Sha256: b4a22d5af48342ab94c69a824f4e8a96da78bd0fb0ef8964647345a66648e1fe
Contents?: true
Size: 562 Bytes
Versions: 1
Compression:
Stored size: 562 Bytes
Contents
<script type="text/javascript" src="https://cdn.jsdelivr.net/npm/mermaid/dist/mermaid.min.js"></script> <script type="text/javascript"> (function () { mermaid.init({ startOnLoad: true }, "pre code.language-mermaid", function () { const codeBlock = document.querySelector('code.language-mermaid'); codeBlock.style.backgroundColor = 'initial'; const preBlock = codeBlock.parentNode; preBlock.style.border = 'none'; preBlock.style.textAlign = 'center'; preBlock.style.backgroundColor = 'initial'; }); })(); </script>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
jekyll-theme-kagami-0.2.0 | _includes/mermaid.html |