File: latex.text

package info (click to toggle)
python-markdown2 2.5.4-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 6,492 kB
  • sloc: python: 6,201; perl: 1,493; php: 865; makefile: 37
file content (17 lines) | stat: -rw-r--r-- 327 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
## Simple Test
Inline Equations can be written as $y=mx+b$.
Block equations are wrapped using
$$
x = \frac{-b \pm \sqrt{b^2 - 4ac}}{2a}
$$
This code block will not have the math rendered.
```
some random code, describing $a and $b will not be rendered, $y=mx$ 
```
This will not work either `$\sqrt{2}` or

```
$$
f = 12
$$
```