aboutsummaryrefslogtreecommitdiff
path: root/test/command/9652.md
AgeCommit message (Collapse)Author
2024-06-10SelfContained: only create svg elements for SVG images when...John MacFarlane
...the image has the class `inline-svg`. Otherwise just use a `data` URI as we do with other images. Closes #9787.
2024-04-15Fix command test for #9652.John MacFarlane
2024-04-15SelfContained: merge 'class' attr when both img and svg specify it (#9653)Carlos Scheidegger
Closes #9652.