summaryrefslogtreecommitdiff
path: root/test/s5.native
diff options
context:
space:
mode:
Diffstat (limited to 'test/s5.native')
-rw-r--r--test/s5.native8
1 files changed, 8 insertions, 0 deletions
diff --git a/test/s5.native b/test/s5.native
new file mode 100644
index 000000000..5796b74a0
--- /dev/null
+++ b/test/s5.native
@@ -0,0 +1,8 @@
+Pandoc (Meta {unMeta = fromList [("author",MetaList [MetaInlines [Str "Sam",Space,Str "Smith"],MetaInlines [Str "Jen",Space,Str "Jones"]]),("date",MetaInlines [Str "July",Space,Str "15,",Space,Str "2006"]),("title",MetaInlines [Str "My",Space,Str "S5",Space,Str "Document"])]})
+[Header 1 ("first-slide",[],[]) [Str "First",Space,Str "slide"]
+,BulletList
+ [[Plain [Str "first",Space,Str "bullet"]]
+ ,[Plain [Str "second",Space,Str "bullet"]]]
+,Header 1 ("math",[],[]) [Str "Math"]
+,BulletList
+ [[Plain [Math InlineMath "\\frac{d}{dx}f(x)=\\lim_{h\\to 0}\\frac{f(x+h)-f(x)}{h}"]]]]