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