Sets SVG as default figure format

Specifies SVG as the default figure format in the HTML output configuration.

This ensures that figures are rendered as vector graphics, which provides better scalability and visual quality, especially when zooming or viewing on high-resolution displays.
This commit is contained in:
Vijay Janapa Reddi
2025-07-31 23:21:46 -04:00
parent 2562abbf99
commit d1c586df64

View File

@@ -486,6 +486,7 @@ format:
footnotes-hover: false
fig-width: 7
fig-height: 5
fig-format: svg
toc: true
toc-depth: 4
toc-expand: true