Continue GFM task lists after pressing RET
[markdown-mode.git] / tests / math.text
blob2c28eca751c3411168f82f8b2f4700b43089adb5
1 A simple equation for a line in $\mathbb{R}^2$:
3 \[ y = mx + b \]
5 Again, but with dollar signs:
7 $$ y = mx + b $$
9 # Regarding $\vec g$ and its effects
11 Math in a heading
13 ~~~~ {.haskell}
14 f x = length $ tail x
15 ~~~~
17 $x + 1$
19 $e_{ik}$ in the statement the theorem about $V_k$
21 $**η = (-1)^{k(n-k)}sη$, where $**η$, is the Hodge star applied twice.
23 \[ a_1 \]
24 This is neither math nor italic
25 \[ a_2 \]
27 <!-- Local Variables: -->
28 <!-- markdown-enable-math: t -->
29 <!-- End: -->