12 lines
208 B
Markdown
12 lines
208 B
Markdown
|
```
|
||
|
% 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
|
||
|
```
|