We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1cc59fd commit 2be4a53Copy full SHA for 2be4a53
src/components/plugin/KatexParser.js
@@ -13,7 +13,7 @@ export default {
13
displayMode: isMathMode
14
})
15
} catch (exception) {
16
- return matches[1] + matches[2] + matches[1]
+ return matches[0]
17
}
18
19
0 commit comments