From d6cc0c2a0cb9402a92fb0de87251632c694c7f0f Mon Sep 17 00:00:00 2001 From: Mike Kamermans Date: Mon, 18 Sep 2017 20:39:25 -0700 Subject: [PATCH] Update cleanup.js --- tools/cleanup.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/cleanup.js b/tools/cleanup.js index aa3e5f86..7532942a 100644 --- a/tools/cleanup.js +++ b/tools/cleanup.js @@ -1,5 +1,5 @@ module.exports = function cleanUp(latex) { - // strip any \[ and \], which is an block-level LaTeX markup indicator for MathJax: + // strip any \[ and \], which is a block-level LaTeX markup indicator for MathJax: latex = latex.replace(/^'/,'').replace(/'$/,'').replace('\\[','').replace('\\]',''); // wrap some known functor words in italics markup