1 ``` 2 % pandoc -t html -f rst --wrap=none 3 .. image:: http://url.to.image/foo.png 4 :align: left 5 :height: 100px 6 :width: 200 px 7 :scale: 300 % 8 :alt: alternate text 9 ^D 10 <p><img src="http://url.to.image/foo.png" class="align-left" width="600" height="300" alt="alternate text" /></p> 11 ```