I use SVG images in my quarto document, like so:
{layout-align=center}
it works fine for HTML, but for PDF it says:
LaTeX Error: Unknown graphics extension: .svg.
I know that latex do not support svg, and that the usual workflow is to convert svg to PDF using inkscape or similar.
Is there a way to automate this with quarto?