mirror of
https://github.com/jgm/pandoc.git
synced 2026-08-29 01:41:20 +08:00
Fix command test for #9652.
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
````
|
||||
% pandoc -f markdown -t html --embed-resources
|
||||
```{=html}
|
||||
<img class="something" src="9652.svg" />
|
||||
<img class="something" src="command/9652.svg" />
|
||||
```
|
||||
^D
|
||||
<svg id="svg_b627f92299158b36552b" role="img" class="something please-do-not-delete-me" width="504.00pt" height="360.00pt" viewBox="0 0 504.00 360.00">
|
||||
<svg id="svg_b627f92299158b36552b" role="img" width="504.00pt" height="360.00pt" viewBox="0 0 504.00 360.00" class="something please-do-not-delete-me">
|
||||
</svg>
|
||||
````
|
||||
|
||||
Reference in New Issue
Block a user