Katex issue fix (#7)

pull/1066/head
Harish Vishwakarma 2024-11-16 00:07:41 +05:30 committed by GitHub
parent 34d7a4573f
commit 13aaf70fcb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 1 deletions

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)