``` % pandoc -f jats -t native

bar

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

bar

^D [Para [Image ("fig-1",[],[]) [Str "foo",LineBreak,Str "bar"] ("foo.png","fig:")]] ```