summaryrefslogtreecommitdiff
path: root/tests/s5.native
blob: 5b6da6fcc0046a5da0fef011d2d9dae0a14735f8 (plain)
1
2
3
4
5
6
7
8
9
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
  [ [ Plain [Math "\\frac{d}{dx}f(x)=\\lim_{h\\to 0}\\frac{f(x+h)-f(x)}{h}"] ]
 ] ]