mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2026-04-18 07:39:03 +02:00
Improve/be consistent with a few parameter descriptions.
This commit is contained in:
parent
e8cc7eb3cb
commit
c83ac3f3db
8 changed files with 22 additions and 25 deletions
|
|
@ -139,7 +139,7 @@
|
|||
|
||||
// MD026/no-trailing-punctuation - Trailing punctuation in heading
|
||||
"MD026": {
|
||||
// Punctuation characters not allowed at end of headings
|
||||
// Punctuation characters
|
||||
"punctuation": ".,;:!。,;:!"
|
||||
},
|
||||
|
||||
|
|
@ -265,13 +265,13 @@
|
|||
|
||||
// MD049/emphasis-style - Emphasis style should be consistent
|
||||
"MD049": {
|
||||
// Emphasis style should be consistent
|
||||
// Emphasis style
|
||||
"style": "consistent"
|
||||
},
|
||||
|
||||
// MD050/strong-style - Strong style should be consistent
|
||||
"MD050": {
|
||||
// Strong style should be consistent
|
||||
// Strong style
|
||||
"style": "consistent"
|
||||
},
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue