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 = "
" + text + "
"; + var tocHTML = "
" + text + "
"; return (isToC) ? ( (isToCMenu) ? "
" + tocHTML + "

" : tocHTML ) : ( (pageBreakReg.test(text)) ? this.pageBreak(text) : "" + this.atLink(this.emoji(text)) + "

\n" );