移除调试代码 #80

This commit is contained in:
jaywcjlove 2019-04-18 16:50:23 +08:00
parent d68e4b3f40
commit 6ded097f76
1 changed files with 0 additions and 2 deletions

View File

@ -48,8 +48,6 @@ marked.setOptions({
let html = code;
if (Prism.languages[lang]) {
html = Prism.highlight(code, Prism.languages[lang], lang);
}
if (lang === 'markdown') {
html.toString();
html = html.replace(/\$/g, '$')
}