mirror of
https://github.com/jgm/pandoc.git
synced 2026-07-11 03:47:20 +00:00
c1105e6b06
when height and width are added to style because of an image, but the image already has a style attribute. Closes #8047.
187 B
187 B
% pandoc --wrap=none
{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>