Skip to content

Commit 0893499

Browse files
Fix formatting in createMarkdownIt function
1 parent ebca3d1 commit 0893499

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pages/markdownPreview/renderer.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ function collectTokens(tokens, callback) {
138138
function createMarkdownIt() {
139139

140140
const {
141-
katexModulePromise: katex,
141+
katexModulePromise: katex,
142142
mdItTexmathModulePromise: markdownItTexmath,
143143
} = getKatexAndTexmathModule().then(m => m);
144144

0 commit comments

Comments
 (0)