diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2019-09-30 01:37:50 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2019-09-30 01:54:39 +0300 |
commit | a960734e6f152d967405bde6e4718daf257043f0 (patch) | |
tree | 4609e92ba7426684e65bc2107edbb1631a2245dc /_includes | |
parent | add "Recurring decimals" (diff) | |
download | jekyll-theme-a960734e6f152d967405bde6e4718daf257043f0.tar.gz jekyll-theme-a960734e6f152d967405bde6e4718daf257043f0.zip |
work around GitHub limitations for MathJax support
Diffstat (limited to '_includes')
-rw-r--r-- | _includes/common/mathjax.html | 2 | ||||
-rw-r--r-- | _includes/common/mathjax_workaround.md | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/_includes/common/mathjax.html b/_includes/common/mathjax.html index 1d59f37..7110f57 100644 --- a/_includes/common/mathjax.html +++ b/_includes/common/mathjax.html @@ -1,6 +1,6 @@ {% if page.mathjax %} <script> -// See the README for explanation: +// See the README.md for explanation: MathJax = { tex: { inlineMath: [['$', '$']] diff --git a/_includes/common/mathjax_workaround.md b/_includes/common/mathjax_workaround.md new file mode 100644 index 0000000..9d0a77d --- /dev/null +++ b/_includes/common/mathjax_workaround.md @@ -0,0 +1 @@ +{::options math_engine="+nil+" /} |