fix latex misrendering

This commit is contained in:
Jacky Zhao 2022-04-02 20:34:55 -07:00
parent 146e975932
commit e6e04c03c4
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
});