pandoc/test/command/8047.md

7 lines
187 B
Markdown
Raw Normal View History

```
% pandoc --wrap=none
![](file.jpg){height=10em width=10em style='border: 1px solid black'}
^D
<p><img src="file.jpg" style="border: 1px solid black;width:10em;height:10em" /></p>
```