Skip to content

Commit 1a56b0b

Browse files
authored
Add $ to surrounding pairs in markdown (microsoft#233981)
The dollar sign is used for inline mathematical expressions.
1 parent 2468418 commit 1a56b0b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

extensions/markdown-basics/language-configuration.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,10 @@
8383
[
8484
"~",
8585
"~"
86+
],
87+
[
88+
"$",
89+
"$"
8690
]
8791
],
8892
"folding": {

0 commit comments

Comments
 (0)