feat(mermaid): improve mermaid style and render

This commit is contained in:
Dillon ZENG
2019-11-24 01:10:17 +08:00
parent b20fe1bb4f
commit 2578aba9ca
14 changed files with 53 additions and 332 deletions

View File

@@ -0,0 +1,5 @@
{{ $_hugo_config := `{ "version": 1 }` -}}
<!-- [left, center, right] -->
<div class={{ .Get 0 | printf "align-%s" }}>
{{- .Inner -}}
</div>