blob: 9d809a10603e6f5060716a98453c23b11b584f22 (
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:: foo.png
:alt: image
:align: right
:width: 100px
```
|