mirror of
https://github.com/jgm/pandoc.git
synced 2026-09-02 13:45:49 +00:00
This was added in 7ff1b798c4
but was mistaken and could cause images to be parsed with
the wrong sizes.
Closes #11580.
10 lines
202 B
Markdown
10 lines
202 B
Markdown
```
|
|
% pandoc command/9391.docx -t html
|
|
^D
|
|
<p>Lorem ipsum.</p>
|
|
<figure>
|
|
<img src="media/image1.png" style="width:1.09702in;height:1.09702in" />
|
|
<figcaption><p>Blue square.</p></figcaption>
|
|
</figure>
|
|
```
|