pandoc/test/fb2/reader/titles.native

39 lines
917 B
Text
Raw Normal View History

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"
]
]
]
]