Commit 5ba7bbdd authored by Timothy J. Baek's avatar Timothy J. Baek
Browse files

refac

parent 9435d204
...@@ -8,7 +8,7 @@ const DELIMITER_LIST = [ ...@@ -8,7 +8,7 @@ const DELIMITER_LIST = [
{ left: '\\(', right: '\\)', display: false }, { left: '\\(', right: '\\)', display: false },
{ left: '( ', right: ' )', display: false }, { left: '( ', right: ' )', display: false },
{ left: '\\[', right: '\\]', display: true }, { left: '\\[', right: '\\]', display: true },
{ left: '[', right: ']', display: true } { left: '[ ', right: ' ]', display: true }
]; ];
// const DELIMITER_LIST = [ // const DELIMITER_LIST = [
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment