Sha256: 386c1daaf6f428571a44bf164e445db902c08e44de0db872dfbe9541628cba43

Contents?: true

Size: 389 Bytes

Versions: 7

Compression:

Stored size: 389 Bytes

Contents

{% if page.mermaid or site.mermaid %} 
    <script src="https://cdn.jsdelivr.net/npm/mermaid@9.1.6/dist/mermaid.min.js"></script>
    <script>
        $(document).ready(function (){
            mermaid.initialize({
                startOnLoad:true,
                theme: "default",
            });
            mermaid.init(undefined, $('.mermaid2'));
        });
    </script>
{% endif %}

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
jekyll-theme-h2o-ac-1.3.0 _includes/mermaid.html
jekyll-theme-h2o-ac-1.2.1 _includes/mermaid.html
jekyll-theme-h2o-ac-1.2.0 _includes/mermaid.html
jekyll-theme-h2o-ac-1.1.15 _includes/mermaid.html
jekyll-theme-h2o-ac-1.1.14 _includes/mermaid.html
jekyll-theme-h2o-ac-1.1.13 _includes/mermaid.html
jekyll-theme-h2o-ac-1.1.12 _includes/mermaid.html