Add $ to surrounding pairs in markdown (#233981)
The dollar sign is used for inline mathematical expressions.pull/236083/head
parent
2468418bd9
commit
1a56b0b5a7
|
@ -83,6 +83,10 @@
|
|||
[
|
||||
"~",
|
||||
"~"
|
||||
],
|
||||
[
|
||||
"$",
|
||||
"$"
|
||||
]
|
||||
],
|
||||
"folding": {
|
||||
|
|
Loading…
Reference in New Issue