d599c4cdab
Previously header ids were autogenerated by the writers. Now they are generated (unless supplied explicitly) in the markdown parser, if the `header_identifiers` extension is selected. In addition, the textile reader now supports id attributes on headers.
8 lines
509 B
Text
8 lines
509 B
Text
Pandoc (Meta {docTitle = [Str "My",Space,Str "S5",Space,Str "Document"], docAuthors = [[Str "Sam",Space,Str "Smith"],[Str "Jen",Space,Str "Jones"]], docDate = [Str "July",Space,Str "15,",Space,Str "2006"]})
|
|
[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}"]]]]
|