Sha256: 528b95bba8a9aec80f9322f2ab6c8beb7fbaf88610710c3a343b2a61df6fbfc3

Contents?: true

Size: 637 Bytes

Versions: 3

Compression:

Stored size: 637 Bytes

Contents

---
layout: compress
# WARNING: Don't use '//' to comment out code, use '{% comment %}' and '{% endcomment %}' instead.
---

{%- comment -%}
  See: <https://docs.mathjax.org/en/latest/options/input/tex.html#tex-options>
{%- endcomment -%}

MathJax = {
  tex: {
    {%- comment -%} start/end delimiter pairs for in-line math {%- endcomment -%}
    inlineMath: [
      ['$', '$'],
      ['\\(', '\\)']
    ],
    {%- comment -%} start/end delimiter pairs for display math {%- endcomment -%}
    displayMath: [
      ['$$', '$$'],
      ['\\[', '\\]']
    ],
    {%- comment -%} equation numbering {%- endcomment -%}
    tags: 'ams'
  }
};

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
jekyll-theme-chirpy-7.2.0 assets/js/data/mathjax.js
jekyll-theme-chirpy-7.1.1 assets/js/data/mathjax.js
jekyll-theme-chirpy-7.1.0 assets/js/data/mathjax.js