mirror of
https://github.com/zadam/trilium.git
synced 2025-11-13 09:59:02 +01: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