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

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