pandoc/test/fb2/reader/notes.native

29 lines
600 B
Text
Raw Normal View History

Pandoc
Meta { unMeta = fromList [] }
[ Div
( "" , [ "section" ] , [] )
[ Para
[ Str "Note"
, Space
, Note [ Para [ Str "Note" , Space , Str "contents" ] ]
, Str "."
]
, Para
[ Str "Second"
, Space
, Str "note"
, Space
, Note
[ Para
[ Str "Second"
, Space
, Str "note"
, Space
, Str "contents."
]
]
, Str "."
]
]
]