Skip to content

Commit d8a4aaf

Browse files
committed
fix(marked): remove console
1 parent 1df2382 commit d8a4aaf

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/globals/marked.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,7 @@ _marked.use(
2525
pedantic: false,
2626
silent: false,
2727
hooks: {
28-
postprocess(html) {
29-
console.log('Before processing:', JSON.stringify(html))
30-
28+
postprocess(html) {
3129
// Fix table formatting
3230
html = html.replace(/<table>.*?<\/table>/gs, match => {
3331
return match

0 commit comments

Comments
 (0)