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 /_config.yml | |
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 '')
-rw-r--r-- | _config.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/_config.yml b/_config.yml index c6d3334..b3dc57b 100644 --- a/_config.yml +++ b/_config.yml @@ -22,7 +22,7 @@ highlighter: rouge markdown: kramdown kramdown: - math_engine: null + math_engine: null # Ignored by GitHub Pages, yay, how fun! syntax_highlighter_opts: span: disable: true |