Skip to content

Commit 245674e

Browse files
committed
Revert markdown change
1 parent 3748887 commit 245674e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.vale.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ write-good.Passive = NO
1616
write-good.TooWordy = NO
1717

1818
# Ignore lines starting with GitHub alerts syntax
19-
BlockIgnores = ^ *> \[!(CAUTION|IMPORTANT|NOTE|TIP|WARNING)\] *$
19+
BlockIgnores = (?s)> \[!(CAUTION|IMPORTANT|NOTE|TIP|WARNING)\](\n|$)
2020

2121
# `vale sync` in CI means the packages are then linted, so turn them off
2222
[.github/styles/**]

0 commit comments

Comments
 (0)