Allow wrapping markdown text into * by selecting text and writing the * (#37426)
Release Notes: - Allowed wrapping markdown text into `*` by selecting text and writing the `*`
This commit is contained in:
@@ -12,6 +12,7 @@ brackets = [
|
||||
{ start = "\"", end = "\"", close = false, newline = false },
|
||||
{ start = "'", end = "'", close = false, newline = false },
|
||||
{ start = "`", end = "`", close = false, newline = false },
|
||||
{ start = "*", end = "*", close = false, newline = false, surround = true },
|
||||
]
|
||||
rewrap_prefixes = [
|
||||
"[-*+]\\s+",
|
||||
|
||||
Reference in New Issue
Block a user