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