Mermaid support for beautiful hugo theme

This commit is contained in:
Jan Kucera 2018-09-16 18:08:30 +02:00
commit 9f8ae0bf51
5 changed files with 582 additions and 0 deletions

View file

@ -0,0 +1 @@
<div class="mermaid" align="{{ if .Get "align" }}{{ .Get "align" }}{{ else }}center{{ end }}">{{ safeHTML .Inner }}</div>