mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2026-01-01 13:38:49 +01:00
Add MD026, MD027 with tests.
This commit is contained in:
parent
1112ac729d
commit
285a30e124
5 changed files with 109 additions and 15 deletions
6
test/header_trailing_punctuation_customized.json
Normal file
6
test/header_trailing_punctuation_customized.json
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"default": true,
|
||||
"MD026": {
|
||||
"punctuation": ".,;:!"
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue