File: gitlab_markdown-sample.md

package info (click to toggle)
python-pandocfilters 1.5.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 376 kB
  • sloc: python: 802; makefile: 26
file content (23 lines) | stat: -rw-r--r-- 227 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
Use this

```math
a^2 + b^2 = c^2
```

to get

$$
a^2 + b^2 = c^2
$$

also you go from $`a^2 + b^2 = c^2`$ to $a^2 + b^2 = c^2$

`inline code`

```
fenced non-math code
    block
```

    non-math code block
    by indentation