fix(latex): address issue regarding escaping (#473)

This commit is contained in:
Dimitris Dimitropoulos 2024-07-08 06:33:00 +03:00 committed by GitHub
parent 1f7def597e
commit 71fe3d9bcd
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -81,12 +81,12 @@
},
"Inline Math": {
"prefix": ["mathinline", "\\mathinline"],
"body": ["$ $1 $$0"],
"body": ["\\$ $1 \\$$0"],
"description": "Insert inline Math Environment."
},
"Centered Math": {
"prefix": ["mathcentered", "\\mathcentered"],
"body": ["$$ $0 $$"],
"body": ["\\$$ $0 \\$$"],
"description": "Insert centered Math Environment."
},
"Section": {