fix: latex rendering bugs + patch for #195

This commit is contained in:
Jacky Zhao
2022-09-11 18:03:55 -07:00
parent 8a0514bb40
commit f879a2e0ac
6 changed files with 10 additions and 8 deletions

View File

@ -47,8 +47,6 @@ function initPopover(baseURL, useContextualBacklinks, renderLatex) {
delimiters: [
{ left: '$$', right: '$$', display: false },
{ left: '$', right: '$', display: false },
{ left: '\\(', right: '\\)', display: false },
{ left: '\\[', right: '\\]', display: false }
],
throwOnError: false
})