Files
FixIt/layouts/_partials/plugin/mermaid.html
T
Cell e04bb611dc Feat: enhance Mermaid configuration and fix initialization bug (#617)
* 🐛 Fix: Mermaid initialization conflict error

*  Feat: enhance Mermaid configuration with security level, look, and font family options
2025-08-14 15:29:23 +08:00

8 lines
339 B
HTML

{{- /* Mermaid support for code fences extended and shortcodes. */ -}}
<div class="diagram-container">
{{- dict "Label" "Copy Mermaid code" | partial "plugin/diagram-copy-btn.html" -}}
<pre class="mermaid">{{ .Inner | safeHTML }}</pre>
<template><pre class="mermaid">{{ .Inner | safeHTML }}</pre></template>
</div>
{{- /* EOF */ -}}