Katex issue fix

pull/1063/head
Harish Vishwakarma 2024-11-16 00:04:06 +05:30
parent 34d7a4573f
commit 8658e8e962
1 changed files with 3 additions and 1 deletions

View File

@ -135,7 +135,9 @@ const render = unified()
.use(remarkParse) .use(remarkParse)
.use(remarkBreaks) .use(remarkBreaks)
.use(remarkGfm) .use(remarkGfm)
.use(remarkMath) .use(remarkMath, {
singleDollarTextMath: false,
})
.use(remarkSpoiler) .use(remarkSpoiler)
.use(remarkChannels) .use(remarkChannels)
.use(remarkTimestamps) .use(remarkTimestamps)