adding mermaidjs shortcode with example

This commit is contained in:
Jim Angel
2020-04-18 20:32:28 -05:00
parent 5cd805fc9f
commit bea8e2b1be
4 changed files with 119 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
<div class="mermaid">
{{.Inner}}
</div>
<!-- Hide content and error if JS is disabled. -->
<noscript>
<style type="text/css">
.mermaid { display:none; }
</style>
<h4>[JavaScript must be <a href="https://www.enable-javascript.com/">enabled</a> to view content]</h4>
</noscript>