pandoc/tests/fb2/math.markdown
John MacFarlane 40e67b8737 Revised tests directory.
Renamed some tests, introducing subsidiary directories
for fb2, docx, epub.

Cleaned up tests in cabal file.

Combined dokuwiki-writer and dokuwiki_inline_formatting tests.
2014-08-13 11:16:50 -07:00

153 B

List math:

  • E = m c^2
  • A = \pi r^2

Inline math: x=\frac{-b \pm \sqrt {b^2-4ac}}{2a}.

Display math:

\int_a^b \! f(x)\,dx = F(b) - F(a).