website/layouts/shortcodes/mermaid.html

10 lines
296 B
HTML

<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>