移除调试代码 #80
This commit is contained in:
parent
d68e4b3f40
commit
6ded097f76
|
|
@ -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, '$')
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue