mirror of
https://github.com/microsoft/vscode.git
synced 2025-12-24 20:26:08 +00:00
Add $ to surrounding pairs in markdown (#233981)
The dollar sign is used for inline mathematical expressions.
This commit is contained in:
@@ -83,6 +83,10 @@
|
||||
[
|
||||
"~",
|
||||
"~"
|
||||
],
|
||||
[
|
||||
"$",
|
||||
"$"
|
||||
]
|
||||
],
|
||||
"folding": {
|
||||
|
||||
Reference in New Issue
Block a user