File tree Expand file tree Collapse file tree 1 file changed +12
-0
lines changed
Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -200,6 +200,18 @@ format:
200200
201201Valid values for ` mermaid-format ` include ` js ` , ` png ` , and ` svg ` ,
202202
203+ ::: callout-warning
204+ ## SVG Format Limitations with PDF Output
205+
206+ When rendering to PDF or LaTeX-based formats, ` mermaid-format: svg ` requires additional tooling and may have rendering issues:
207+
208+ - ** Requires installation:** ` rsvg-convert ` must be available in your system PATH
209+ - ** Potential rendering issues:** Text clipping in diagrams with multi-line labels
210+ - ** Recommended:** Use default ` mermaid-format: png ` for PDF output
211+
212+ For installation instructions, see [ SVG Images] ( /docs/output-formats/pdf-basics.qmd#svg-images ) .
213+ :::
214+
203215## Mermaid Themes {#mermaid-theming}
204216
205217{{< include _ mermaid-theming.qmd >}}
You can’t perform that action at this time.
0 commit comments