From 9c44060f0d9dd530a4d90c635da7b83935a1ec19 Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Tue, 9 Mar 2021 17:38:59 +0300 Subject: MathJax: get rid of the workarond Kramdown 2.2.0 supports MathJax v3 now. --- README.md | 23 ++--------------------- _includes/common/mathjax.html | 8 -------- _includes/common/mathjax_workaround.md | 1 - 3 files changed, 2 insertions(+), 30 deletions(-) delete mode 100644 _includes/common/mathjax_workaround.md diff --git a/README.md b/README.md index 188afe8..760ae02 100644 --- a/README.md +++ b/README.md @@ -36,27 +36,8 @@ $$ [MathJax]: https://www.mathjax.org/ -### GitHub workarounds - -MathJax version 3 is used, which is unsupported by Kramdown (which produces -` {% endif %} diff --git a/_includes/common/mathjax_workaround.md b/_includes/common/mathjax_workaround.md deleted file mode 100644 index 9d0a77d..0000000 --- a/_includes/common/mathjax_workaround.md +++ /dev/null @@ -1 +0,0 @@ -{::options math_engine="+nil+" /} -- cgit v1.2.3