```
% pandoc -f html -t native
^D
[ Figure
( "" , [] , [] )
(Caption Nothing [])
[ Plain
[ Image ( "" , [] , [] ) [ Str "bar" ] ( "foo" , "" ) ]
]
]
```
```
% pandoc -f html -t native
^D
[ Figure
( "" , [] , [] )
(Caption
Nothing [ Div ( "" , [] , [] ) [ Plain [ Str "baz" ] ] ])
[ Plain
[ Image ( "" , [] , [] ) [ Str "bar" ] ( "foo" , "" ) ]
]
]
```
```
% pandoc -f html -t native
^D
[ Figure
( "" , [] , [] )
(Caption Nothing [ Para [ Emph [ Str "baz" ] ] ])
[ Plain [ Image ( "" , [] , [] ) [] ( "foo" , "" ) ] ]
]
```