"src/vscode:/vscode.git/clone" did not exist on "271a19fe49861737e04d293eb3f1b923c0ce0104"
Commit ba71d48b authored by Timothy J. Baek's avatar Timothy J. Baek
Browse files

fix: dollar sign rendering issue

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