From a9429e951cc86abd79efbd12b22d25b5203828db Mon Sep 17 00:00:00 2001 From: Sergey Astanin Date: Thu, 19 Apr 2012 03:03:32 +0200 Subject: Test suite for FB2 writer. --- 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