Skip to content

Commit 6ded097

Browse files
committed
移除调试代码 jaywcjlove#80
1 parent d68e4b3 commit 6ded097

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

build/build.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,6 @@ marked.setOptions({
4848
let html = code;
4949
if (Prism.languages[lang]) {
5050
html = Prism.highlight(code, Prism.languages[lang], lang);
51-
}
52-
if (lang === 'markdown') {
5351
html.toString();
5452
html = html.replace(/\$/g, '$')
5553
}

0 commit comments

Comments
 (0)