Revert autoclosing of ```` ``` ```` in md (#202290)
Fixes #192676 Turns out to be more annoying than the value it providespull/202300/head
parent
24dfce5b77
commit
34fcd8bebc
|
@ -46,10 +46,6 @@
|
||||||
"open": "`",
|
"open": "`",
|
||||||
"close": "`"
|
"close": "`"
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"open": "```",
|
|
||||||
"close": "```"
|
|
||||||
},
|
|
||||||
],
|
],
|
||||||
"surroundingPairs": [
|
"surroundingPairs": [
|
||||||
[
|
[
|
||||||
|
|
Loading…
Reference in New Issue