This commit is contained in:
Timothy J. Baek 2024-08-14 21:34:08 +02:00
parent 9435d2044a
commit 5ba7bbdd98
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ const DELIMITER_LIST = [
{ left: '\\(', right: '\\)', display: false },
{ left: '( ', right: ' )', display: false },
{ left: '\\[', right: '\\]', display: true },
{ left: '[', right: ']', display: true }
{ left: '[ ', right: ' ]', display: true }
];
// const DELIMITER_LIST = [