From d1c586df648155f0afaf2bb63e5d5f80228be8a8 Mon Sep 17 00:00:00 2001 From: Vijay Janapa Reddi Date: Thu, 31 Jul 2025 23:21:46 -0400 Subject: [PATCH] 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. --- book/config/_quarto-html.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/book/config/_quarto-html.yml b/book/config/_quarto-html.yml index 26765154e..7cf3147d5 100644 --- a/book/config/_quarto-html.yml +++ b/book/config/_quarto-html.yml @@ -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