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

refac: latex should not use \\begin and \\end as delimiters

parent 41fecb80
...@@ -180,13 +180,7 @@ ...@@ -180,13 +180,7 @@
{ left: '\\(', right: '\\)', display: false }, { left: '\\(', right: '\\)', display: false },
{ left: '( ', right: ' )', display: false }, { left: '( ', right: ' )', display: false },
{ left: '\\[', right: '\\]', display: false }, { left: '\\[', right: '\\]', display: false },
{ left: '[ ', right: ' ]', display: false }, { left: '[ ', right: ' ]', display: false }
{ left: '\\begin{equation}', right: '\\end{equation}', display: true },
{ left: '\\begin{matrix}', right: '\\end{matrix}', display: true },
{ left: '\\begin{align}', right: '\\end{align}', display: true },
{ left: '\\begin{alignat}', right: '\\end{alignat}', display: true },
{ left: '\\begin{gather}', right: '\\end{gather}', display: true },
{ left: '\\begin{CD}', right: '\\end{CD}', display: true }
], ],
// • rendering keys, e.g.: // • rendering keys, e.g.:
throwOnError: false throwOnError: false
......
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