From dd6611ee38146dbda60886af8377bf803581269f Mon Sep 17 00:00:00 2001 From: Alexey Filippov Date: Mon, 13 Apr 2020 08:54:38 +0100 Subject: [PATCH] #32 Only process markdown --- mathjax_config.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/mathjax_config.js b/mathjax_config.js index 362f75f5..511721d4 100644 --- a/mathjax_config.js +++ b/mathjax_config.js @@ -4,6 +4,8 @@ window.MathJax = { tex2jax: { inlineMath: [ ["$","$"] ], displayMath: [ ["$$","$$"] ], + ignoreClass: "application-main", + processClass: "markdown-body", processEscapes: true }, imageFont: null,