Option to not wrap SVG images into <img> tag? #4467
Replies: 3 comments 7 replies
-
Can you share a full, minimal example? Thanks! |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
Hello, |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, I work with a lot of SVG images generated in the outputs of Jupyter notebooks.
Quarto extracts the images from the output cells, saves them as individual SVG files and wraps them into
<img>
tags, which makes them lose native SVG functionality (such as the ability to have clickable hyperlinks in them - like the text in blue here).Is there a way to keep SVGs as native SVGs?
Beta Was this translation helpful? Give feedback.
All reactions