``` % pandoc -f html -t native
bar
^D [ Para [ Image ( "" , [] , [] ) [] ( "foo" , "fig:" ) ] ] ``` ``` % pandoc -f html -t native
bar
baz
^D [ Para [ Image ( "" , [] , [] ) [ Str "baz" ] ( "foo" , "fig:" ) ] ] ``` ``` % pandoc -f html -t native

baz

^D [ Para [ Image ( "" , [] , [] ) [ Emph [ Str "baz" ] ] ( "foo" , "fig:" ) ] ] ```