From 2afc88c31fde633eca90b0b45302c63712b1de90 Mon Sep 17 00:00:00 2001 From: lifei6671 Date: Fri, 14 Sep 2018 10:26:49 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E5=85=BC=E5=AE=B9=E8=80=81=E6=96=87?= =?UTF-8?q?=E6=A1=A3=E7=9A=84TOC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- static/editor.md/editormd.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" );