Add angle brackets as surrounding pairs in markdown (#203083)

Add angle brackets as surrounding pairs in md

This is useful for html and for autolinks
pull/203086/head
Matt Bierner 2024-01-22 14:58:28 -08:00 committed by GitHub
parent 2d30630ab4
commit 1ddc10601d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 4 additions and 0 deletions

View File

@ -79,6 +79,10 @@
[
"\"",
"\""
],
[
"<",
">"
]
],
"folding": {