Skip to content

Commit 6e6d5b5

Browse files
fmt
1 parent 0893499 commit 6e6d5b5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/pages/markdownPreview/renderer.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -137,10 +137,10 @@ function collectTokens(tokens, callback) {
137137

138138
function createMarkdownIt() {
139139

140-
const {
140+
const {
141141
katexModulePromise: katex,
142142
mdItTexmathModulePromise: markdownItTexmath,
143-
} = getKatexAndTexmathModule().then(m => m);
143+
} = getKatexAndTexmathModule().then((m) => m);
144144

145145
const md = markdownIt({
146146
html: true,

0 commit comments

Comments
 (0)