Improve/be consistent with a few parameter descriptions.

This commit is contained in:
David Anson 2023-07-29 15:20:10 -07:00
parent e8cc7eb3cb
commit c83ac3f3db
8 changed files with 22 additions and 25 deletions

View file

@ -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"
},