mirror of
https://github.com/zadam/trilium.git
synced 2026-05-06 20:17:01 +02:00
Fix equation regexp
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
export const EQUATION_REGEXP = /^\\(\[|\().*?\\(\]|\))$/;
|
||||
export const EQUATION_REGEXP = /^(\\\[.*?\\\]|\\\(.*?\\\))$/;
|
||||
|
||||
export const defaultConfig = {
|
||||
engine: 'mathjax',
|
||||
|
||||
Reference in New Issue
Block a user