Skip to content

Commit 0b0dd6c

Browse files
Remove unnecessary blank line in createMarkdownIt function
1 parent 6e6d5b5 commit 0b0dd6c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/pages/markdownPreview/renderer.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -136,12 +136,11 @@ function collectTokens(tokens, callback) {
136136
}
137137

138138
function createMarkdownIt() {
139-
140139
const {
141140
katexModulePromise: katex,
142141
mdItTexmathModulePromise: markdownItTexmath,
143142
} = getKatexAndTexmathModule().then((m) => m);
144-
143+
145144
const md = markdownIt({
146145
html: true,
147146
linkify: true,

0 commit comments

Comments
 (0)