"vscode:/vscode.git/clone" did not exist on "b9b1d64bd542c32b09633391f07578aaa21bec5e"
Commit 2c030218 authored by Timothy J. Baek's avatar Timothy J. Baek
Browse files

fix: latex dollar sign issue

parent 6c3f2f8d
......@@ -128,7 +128,7 @@
// • auto-render specific keys, e.g.:
delimiters: [
{ left: '$$', right: '$$', display: false },
{ left: '$', right: '$', display: false },
{ left: '$ ', right: ' $', display: false },
{ left: '\\(', right: '\\)', display: false },
{ left: '\\[', right: '\\]', display: false },
{ left: '[ ', right: ' ]', display: 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