We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ebca3d1 commit 0893499Copy full SHA for 0893499
src/pages/markdownPreview/renderer.js
@@ -138,7 +138,7 @@ function collectTokens(tokens, callback) {
138
function createMarkdownIt() {
139
140
const {
141
- katexModulePromise: katex,
+ katexModulePromise: katex,
142
mdItTexmathModulePromise: markdownItTexmath,
143
} = getKatexAndTexmathModule().then(m => m);
144
0 commit comments