aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/_config.yml
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2019-09-30 01:37:50 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2019-09-30 01:54:39 +0300
commita960734e6f152d967405bde6e4718daf257043f0 (patch)
tree4609e92ba7426684e65bc2107edbb1631a2245dc /_config.yml
parentadd "Recurring decimals" (diff)
downloadjekyll-theme-a960734e6f152d967405bde6e4718daf257043f0.tar.gz
jekyll-theme-a960734e6f152d967405bde6e4718daf257043f0.zip
work around GitHub limitations for MathJax support
Diffstat (limited to '_config.yml')
-rw-r--r--_config.yml2
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