Skip to content

Commit d7186b7

Browse files
committed
fix: fix mathjaxContainerPreprocessor
1 parent 5fdd530 commit d7186b7

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

docs/.vitepress/theme/mathjax/mathjaxContainerPreprocessor.ts

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,6 @@ export const mathjaxContainerPreprocessor = (md: MarkdownIt) => {
1212
${line}
1313
`;
1414
} else if (line.trim().endsWith("}$$")) {
15-
console.log(`
16-
${line}
17-
18-
</div>
19-
</div>
20-
`)
2115
return `
2216
${line}
2317

0 commit comments

Comments
 (0)