mermaid support
This commit is contained in:
parent
07a3b7821a
commit
71f107e2ee
9
layouts/shortcodes/mermaid.html
Normal file
9
layouts/shortcodes/mermaid.html
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
<!-- MermaidJS support -->
|
||||||
|
<script async src="https://unpkg.com/mermaid@8.7.0/dist/mermaid.min.js"></script>
|
||||||
|
|
||||||
|
|
||||||
|
<div class="mermaid">
|
||||||
|
{{.Inner}}
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user