From 40e67b873735f108dfb17f75f6475219a62278cd Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Wed, 13 Aug 2014 11:16:50 -0700 Subject: 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. --- tests/fb2/math.markdown | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 tests/fb2/math.markdown (limited to 'tests/fb2/math.markdown') diff --git a/tests/fb2/math.markdown b/tests/fb2/math.markdown new file mode 100644 index 000000000..a88fb6cf1 --- /dev/null +++ b/tests/fb2/math.markdown @@ -0,0 +1,10 @@ +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).$$ -- cgit v1.2.3