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