``` % pandoc -f native -t markdown [ Figure ( "" , [] , [] ) (Caption Nothing [ Para [ Str "Foo" , Space , Emph [ Str "emphasis" ] ] ]) [ Plain [ Image ( "" , [] , [] ) [ Str "Foo" , Space , Str "emphasis" ] ( "media/rId20.jpg" , "" ) ] ] ] ^D ![Foo *emphasis*](media/rId20.jpg) ```