blob: 36d697234b94b06cbd0806342c99aef7fb7d4067 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
```
% pandoc -f native -t rst
[Para [Image ("",["align-right"],[("width","100px")]) [Str "image"] ("foo.png","fig:test")]]
^D
.. figure:: foo.png
:alt: test
:align: right
:width: 100px
image
```
|