mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-09-03 22:30:51 +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 = {
|
export const defaultConfig = {
|
||||||
engine: 'mathjax',
|
engine: 'mathjax',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user