mirror of
https://github.com/stoatchat/for-legacy-web.git
synced 2026-03-06 17:11:55 +00:00
Katex issue fix (#7)
This commit is contained in:
committed by
GitHub
parent
34d7a4573f
commit
13aaf70fcb
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user