summaryrefslogtreecommitdiff
path: root/tests/s5.native
diff options
context:
space:
mode:
authorfiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b>2006-10-17 14:22:29 +0000
committerfiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b>2006-10-17 14:22:29 +0000
commitdf7b68225101966051f8b592a27127bf789eb81e (patch)
treea063e97ed58d0bdb2cbb5a95c3e8c1bcce54aa00 /tests/s5.native
parente7dbfef4d8aa528d9245424e9c372e900a774c90 (diff)
initial import
git-svn-id: https://pandoc.googlecode.com/svn/trunk@2 788f1e2b-df1e-0410-8736-df70ead52e1b
Diffstat (limited to 'tests/s5.native')
-rw-r--r--tests/s5.native15
1 files changed, 15 insertions, 0 deletions
diff --git a/tests/s5.native b/tests/s5.native
new file mode 100644
index 000000000..154011f68
--- /dev/null
+++ b/tests/s5.native
@@ -0,0 +1,15 @@
+Pandoc (Meta [Str "My",Space,Str "S5",Space,Str "Document"] ["Sam Smith","Jen Jones"] "July 15, 2006")
+[ Header 1 [Str "First",Space,Str "slide"]
+, BulletList
+ [ [ Plain [Str "first",Space,Str "bullet"] ]
+ , [ Plain [Str "second",Space,Str "bullet"] ] ]
+, Header 1 [Str "Smarty"]
+, BlockQuote
+ [ BulletList
+ [ [ Plain [Str "\"Hello",Space,Str "there\""] ]
+ , [ Plain [Str "Here's",Space,Str "a",Space,Str "--",Space,Str "dash"] ]
+ , [ Plain [Str "And",Space,Str "'ellipses'..."] ] ] ]
+, Header 1 [Str "Math"]
+, BulletList
+ [ [ Plain [TeX "$\\frac{d}{dx}f(x)=\\lim_{h\\to 0}\\frac{f(x+h)-f(x)}{h}$"] ]
+ ] ]