fix latex misrendering

This commit is contained in:
Jacky Zhao
2022-04-02 20:34:55 -07:00
parent ef89dfaac8
commit 2dd7171d0e
4 changed files with 2 additions and 5 deletions

View File

@ -8,8 +8,6 @@
delimiters: [
{left: '$$', right: '$$', display: true},
{left: '$', right: '$', display: false},
{left: '\\(', right: '\\)', display: false},
{left: '\\[', right: '\\]', display: true}
],
throwOnError : false
});