mirror of
https://github.com/jgm/pandoc.git
synced 2026-09-03 14:15:40 +00:00
[API change] This will prevent unnecessary conversion of units. Closes #8957.
8 lines
194 B
Markdown
8 lines
194 B
Markdown
```
|
|
% pandoc -f latex -t html --wrap=none
|
|
{width="342pt" height="9pc"}
|
|
^D
|
|
<p><span>width="342pt" height="9pc"</span></p>
|
|
|
|
```
|