1 2 3 4 5 6 7
``` % pandoc -f html -t native <div><p>hello</div> ^D [Div ("",[],[]) [Para [Str "hello"]]] ```