Katex issue fix

This commit is contained in:
Harish Vishwakarma
2024-11-16 00:04:06 +05:30
parent 34d7a4573f
commit 8658e8e962

View File

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