mirror of
https://github.com/alrayyes/wiki.git
synced 2025-05-29 02:19:01 +00:00
fix: latex rendering bugs + patch for #195
This commit is contained in:
parent
ca84da5b31
commit
e6c7a4e1e2
6 changed files with 10 additions and 8 deletions
assets/js
|
@ -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
|
||||
})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue