diff options
Diffstat (limited to 'tests/s5.native')
-rw-r--r-- | tests/s5.native | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/s5.native b/tests/s5.native index 115a89f68..5b6da6fcc 100644 --- a/tests/s5.native +++ b/tests/s5.native @@ -5,5 +5,5 @@ Pandoc (Meta [Str "My",Space,Str "S5",Space,Str "Document"] ["Sam Smith","Jen Jo , [ Plain [Str "second",Space,Str "bullet"] ] ] , Header 1 [Str "Math"] , BulletList - [ [ Plain [TeX "$\\frac{d}{dx}f(x)=\\lim_{h\\to 0}\\frac{f(x+h)-f(x)}{h}$"] ] + [ [ Plain [Math "\\frac{d}{dx}f(x)=\\lim_{h\\to 0}\\frac{f(x+h)-f(x)}{h}"] ] ] ] |