diff --git a/.obsidian/snippet/mermaid-print.css b/.obsidian/snippet/mermaid-print.css new file mode 100644 index 0000000..aa18b70 --- /dev/null +++ b/.obsidian/snippet/mermaid-print.css @@ -0,0 +1,11 @@ +@media print { + .mermaid > svg { + max-width: 100%; + max-height: 100%; + page-break-inside: avoid; + } + } + + .mermaid > svg { + max-width: 100%; + } \ No newline at end of file