emacs-ipython-notebook/tests/math.text
John Miller b431f57ce1 Squashed 'lib/markdown-mode/' content from commit 3f11a4a
git-subtree-dir: lib/markdown-mode
git-subtree-split: 3f11a4a7609ba2a507ee10f491bdadab28e9b985
2016-09-09 09:47:48 -05:00

25 lines
425 B
Text

A simple equation for a line in $\mathbb{R}^2$:
\[ y = mx + b \]
Again, but with dollar signs:
$$ y = mx + b $$
# Regarding $\vec g$ and its effects
Math in a heading
~~~~ {.haskell}
f x = length $ tail x
~~~~
$x + 1$
$e_{ik}$ in the statement the theorem about $V_k$
$**η = (-1)^{k(n-k)}sη$, where $**η$, is the Hodge star applied twice.
<!-- Local Variables: -->
<!-- markdown-enable-math: t -->
<!-- End: -->