updates for mermaid
2 files changed, 13 insertions(+), 3 deletions(-) M layouts/shortcodes/mermaid.html M static/css/style.css
M layouts/shortcodes/mermaid.html => layouts/shortcodes/mermaid.html +5 -3
@@ 9,6 9,8 @@ {{ .Page.Scratch.Set "mermaid" true }} {{ end }} <pre class="mermaid{{ with .Get "class" }} {{ . }}{{ end }}"> {{- .Inner -}} </pre> <div class="mermaid-container"> <div class="mermaid{{ with .Get "class" }} {{ . }}{{ end }}"> {{- .Inner -}} </div> </div>
M static/css/style.css => static/css/style.css +8 -0