Commit abd73a8
authored
Tighten up Markdownlint rule "Trailing punctuation in heading" (#14966)
Rule MD026 "Trailing punctuation in heading" is enforced,
we simply remove `!` from the list of forbidden characters.
Source: https://github.com/DavidAnson/markdownlint/blob/main/doc/md026.md1 parent 0b4d0f3 commit abd73a8
1 file changed
+6
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
33 | | - | |
34 | | - | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
35 | 39 | | |
36 | 40 | | |
37 | 41 | | |
| |||
0 commit comments