mirror of
https://github.com/jgm/pandoc.git
synced 2026-09-04 22:55:43 +00:00
...the image has the class `inline-svg`. Otherwise just use a `data` URI as we do with other images. Closes #9787.
14 lines
365 B
Markdown
14 lines
365 B
Markdown
```
|
|
% pandoc --embed-resources
|
|
{.inline-svg}
|
|
^D
|
|
<p><svg id="svg_e1815ef374a63cf552e4" role="img" width="504pt" height="360pt" viewBox="0 0 504 360">
|
|
<defs>
|
|
<clipPath id="svg_e1815ef374a63cf552e4_clip1-c3ce354c">
|
|
<path />
|
|
</clipPath>
|
|
</defs>
|
|
<g clip-path="url(#svg_e1815ef374a63cf552e4_clip1-c3ce354c)" clip-rule="nonzero"></g>
|
|
</svg></p>
|
|
```
|