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

bar
^D [ Figure ( "" , [] , [] ) (Caption Nothing [ Plain [ Str "bar" ] ]) [ Para [ Image ( "" , [] , [] ) [] ( "foo.png" , "voyage" ) ] ] ] ``` ``` % pandoc -f html -t native
this is ignored
bar baz
^D [ Figure ( "" , [] , [] ) (Caption Nothing [ Plain [ Str "bar" , Space , Strong [ Str "baz" ] ] ]) [ Plain [ Image ( "" , [] , [] ) [ Str "this" , Space , Str "is" , Space , Str "ignored" ] ( "foo.png" , "voyage" ) ] ] ] ```