summaryrefslogtreecommitdiff
path: root/tests/s5.native
diff options
context:
space:
mode:
authorfiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b>2007-11-29 08:09:23 +0000
committerfiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b>2007-11-29 08:09:23 +0000
commit132186e6b0cf06ee20334d885c55e9e357e0c3b2 (patch)
tree098dac5781321e16df91e52e2701e1a2accf8255 /tests/s5.native
parent55b31b708e867036cca9544eeedd681baeba1005 (diff)
Revised s5.native test with Math block.
git-svn-id: https://pandoc.googlecode.com/svn/trunk@1117 788f1e2b-df1e-0410-8736-df70ead52e1b
Diffstat (limited to 'tests/s5.native')
-rw-r--r--tests/s5.native2
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}"] ]
] ]