Add links to kill unused reference lines
[markdown-mode.git] / tests / math.text
blob45055b0e6d9329258f9cbceb96e2c24124c1869a
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 Support brackets with two backslashes, as do MultiMarkdown and Pandoc:
29 \\[
30 \Gamma(x) = \int_0^\infty t^{x-1}{\mathrm{e}}^{-t}\,{\mathrm{d}}
31 \\]
33 <!-- Local Variables: -->
34 <!-- markdown-enable-math: t -->
35 <!-- End: -->