2006-10-17 14:22:29 +00:00
|
|
|
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 "Math"]
|
|
|
|
, BulletList
|
2007-11-29 08:09:23 +00:00
|
|
|
[ [ Plain [Math "\\frac{d}{dx}f(x)=\\lim_{h\\to 0}\\frac{f(x+h)-f(x)}{h}"] ]
|
2006-10-17 14:22:29 +00:00
|
|
|
] ]
|