mirror of
https://github.com/jgm/pandoc.git
synced 2026-09-13 11:05:55 +00:00
9 lines
431 B
Plaintext
9 lines
431 B
Plaintext
Pandoc (Meta {unMeta = fromList []})
|
|
[Header 1 ("",[],[]) [Str "Body",Space,Str "title"]
|
|
,Div ("",["section"],[])
|
|
[Header 2 ("",[],[]) [Str "Section",Space,Str "title"]
|
|
,Div ("",["section"],[])
|
|
[Header 3 ("",[],[]) [Str "Subsection",Space,Str "title",LineBreak,Str "with",Space,Str "multiple",Space,Str "paragraphs"]]
|
|
,Div ("",["section"],[])
|
|
[Header 3 ("",[],[]) [Str "Another",Space,Str "subsection",Space,Str "title"]]]]
|