feat: fixed mermaid diagrams

This commit is contained in:
Leyla Becker 2026-02-13 20:57:38 -06:00
parent a6ce214130
commit ffd33049d9
3 changed files with 20 additions and 0 deletions

View file

@ -60,6 +60,13 @@
{{ content | safe }}
</main>
{% if mermaid %}
<script type="module">
import mermaid from 'https://cdn.jsdelivr.net/npm/mermaid@11/dist/mermaid.esm.min.mjs';
mermaid.initialize({ startOnLoad: true });
</script>
{% endif %}
<footer>
<div>
<!-- Social Things -->