Welcome to mirror list, hosted at ThFree Co, Russian Federation.

mermaid.html « shortcodes « layouts - github.com/vjeantet/hugo-theme-docport.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: d4837054415b8f53f0b4857782029f052b78bb07 (plain)
1
2
<script defer src="https://unpkg.com/mermaid@8.8.2/dist/mermaid.min.js">mermaid.initialize({startOnLoad:true});</script>
<div class="mermaid" align="{{ if .Get "align" }}{{ .Get "align" }}{{ else }}center{{ end }}" >{{ safeHTML .Inner  }}</div>