aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/_includes/common
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 /_includes/common
parentadd "Recurring decimals" (diff)
downloadjekyll-theme-a960734e6f152d967405bde6e4718daf257043f0.tar.gz
jekyll-theme-a960734e6f152d967405bde6e4718daf257043f0.zip
work around GitHub limitations for MathJax support
Diffstat (limited to '_includes/common')
-rw-r--r--_includes/common/mathjax.html2
-rw-r--r--_includes/common/mathjax_workaround.md1
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+" /}