mirror of
https://gitlab.com/MisterBiggs/brain-quartz.git
synced 2025-07-22 06:11:23 +00:00
fix: latex rendering bugs + patch for #195
This commit is contained in:
@@ -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
|
||||
})
|
||||
|
Reference in New Issue
Block a user