diff --git a/static/editor.md/editormd.js b/static/editor.md/editormd.js index 997bc9dd..2d6e4c5f 100644 --- a/static/editor.md/editormd.js +++ b/static/editor.md/editormd.js @@ -3765,7 +3765,7 @@ text = (isTeXLine) ? text.replace(/\$/g, "") : text; } - var tocHTML = "
" + this.atLink(this.emoji(text)) + "
\n" );