Sha256: ccd24199e78226828d1f0a82b988891cef004d2535a21717b51dc611499d9236

Contents?: true

Size: 609 Bytes

Versions: 13

Compression:

Stored size: 609 Bytes

Contents

<!--
    Include KaTeX resources/scripts
    KaTeX can be enabled with page.katex.
-->

{% if page.katex or layout.katex or site.mermaid %}

<!-- See the releases tab on https://github.com/KaTeX/KaTeX  -->
<link
        rel="stylesheet"
        href="{{ "assets/plugin/katex/katex.min.css" | relative_url }}"
        />

<script
        defer
        src="{{ "assets/plugin/katex/katex.min.js" | relative_url }}">
</script>

<script
        defer
        src="{{ "assets/plugin/katex/contrib/auto-render.min.js" | relative_url }}"
        onload="renderMathInElement(document.body);">
</script>

{% endif %}

Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
hematite-0.1.18 _includes/katex_includes.html
hematite-0.1.17 _includes/katex_includes.html
hematite-0.1.16 _includes/katex_includes.html
hematite-0.1.15 _includes/katex_includes.html
hematite-0.1.14 _includes/katex_includes.html
hematite-0.1.13 _includes/katex_includes.html
hematite-0.1.12 _includes/katex_includes.html
hematite-0.1.11 _includes/katex_includes.html
hematite-0.1.10 _includes/katex_includes.html
hematite-0.1.9 _includes/katex_includes.html
hematite-0.1.8 _includes/katex_includes.html
hematite-0.1.7 _includes/katex_includes.html
hematite-0.1.6 _includes/katex_includes.html