We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 819538b commit b634819Copy full SHA for b634819
1 file changed
.markdownlint-cli2.jsonc
@@ -44,8 +44,8 @@
44
{
45
"name": "double-spaces",
46
"message": "Avoid double spaces",
47
- "searchPattern": "/([^\\s>]) ([^\\s|])/g",
48
- "replace": "$1 $2",
+ "searchPattern": "/^([^|].*)([^\\s>]) ([^\\s|])/g",
+ "replace": "$1 $2 $3",
49
"skipCode": true
50
}
51
]
0 commit comments