diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2021-03-09 17:55:49 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2021-03-09 17:55:49 +0300 |
commit | d8ea67f40faedd52c63712db51d267ca7bbdc794 (patch) | |
tree | 8e73ff55eb0ee1c8efa8b437ff81c13e3297ea3f /_config.yml | |
parent | bump dependencies (diff) | |
download | blog-d8ea67f40faedd52c63712db51d267ca7bbdc794.tar.gz blog-d8ea67f40faedd52c63712db51d267ca7bbdc794.zip |
get rid of MathJax workaround
Kramdown 2.2.0 supports MathJax v3.
Diffstat (limited to '_config.yml')
-rw-r--r-- | _config.yml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/_config.yml b/_config.yml index 61115ca..eea1fe0 100644 --- a/_config.yml +++ b/_config.yml @@ -42,7 +42,6 @@ defaults: highlighter: rouge markdown: kramdown kramdown: - math_engine: null # Ignored by GitHub Pages, yay, how fun! syntax_highlighter_opts: span: disable: true |