Attempted to fix katex brackets

This commit is contained in:
Sharwin24 2025-01-02 18:34:00 -08:00
parent 65eaf07352
commit 741c6f6500
6 changed files with 147 additions and 72 deletions

View file

@ -5,7 +5,7 @@ const defaultOptions = {
delimiters: [
{ left: '$$', right: '$$', display: true },
{ left: '\\[', right: '\\]', display: true },
{ left: '$', right: '$', display: false },
{ left: '$', right: '$', display: true },
{ left: '\\(', right: '\\)', display: false }
]
}