aboutsummaryrefslogtreecommitdiff
path: root/test/command/4420.md
blob: 11eaabd81d16a191aba4e837580df450459ae24e (plain)
1
2
3
4
5
6
7
8
9
```
% pandoc -f native -t rst
[Para [Image ("",["align-right"],[("width","100px")]) [Str "image"] ("foo.png","fig:test")]]
^D
|image|

.. |image| image:: foo.png
   :width: 100px
```