Open mcanouil opened 10 months ago
Adding some context:
We do convert SVG to PDF image when rsvg-convert
is present for format: pdf
. Though we do that because Pandoc does it and we needed compatibility with the feature.
We could think of something similar to do the work internally if for example pdf2svg
utility is present. Though we don't want to handle every cases.
Discussed in https://github.com/quarto-dev/quarto-cli/discussions/8180