mirror of
https://github.com/hugo-fixit/FixIt.git
synced 2026-08-24 23:38:56 +00:00
e04bb611dc
* 🐛 Fix: Mermaid initialization conflict error * ✨ Feat: enhance Mermaid configuration with security level, look, and font family options
8 lines
339 B
HTML
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 */ -}}
|