mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-08-31 19:51:36 +08:00
Fix equation regexp
This commit is contained in:
parent
6e08776268
commit
fff7e87630
@ -1,4 +1,4 @@
|
||||
export const EQUATION_REGEXP = /^\\(\[|\().*?\\(\]|\))$/;
|
||||
export const EQUATION_REGEXP = /^(\\\[.*?\\\]|\\\(.*?\\\))$/;
|
||||
|
||||
export const defaultConfig = {
|
||||
engine: 'mathjax',
|
||||
|
Loading…
x
Reference in New Issue
Block a user