``` % pandoc -f html -t native
bar
^D [ Figure ( "" , [] , [] ) (Caption Nothing []) [ Plain [ Image ( "" , [] , [] ) [ Str "bar" ] ( "foo" , "" ) ] ] ] ``` ``` % pandoc -f html -t native
bar
baz
^D [ Figure ( "" , [] , [] ) (Caption Nothing [ Div ( "" , [] , [] ) [ Plain [ Str "baz" ] ] ]) [ Plain [ Image ( "" , [] , [] ) [ Str "bar" ] ( "foo" , "" ) ] ] ] ``` ``` % pandoc -f html -t native

baz

^D [ Figure ( "" , [] , [] ) (Caption Nothing [ Para [ Emph [ Str "baz" ] ] ]) [ Plain [ Image ( "" , [] , [] ) [] ( "foo" , "" ) ] ] ] ```