mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2025-09-22 05:40:48 +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
|
@ -258,8 +258,7 @@ for (const rule of rules) {
|
|||
case "MD026":
|
||||
scheme.properties = {
|
||||
"punctuation": {
|
||||
"description":
|
||||
"Punctuation characters not allowed at end of headings",
|
||||
"description": "Punctuation characters",
|
||||
"type": "string",
|
||||
"default": ".,;:!。,;:!"
|
||||
}
|
||||
|
@ -461,7 +460,7 @@ for (const rule of rules) {
|
|||
case "MD049":
|
||||
scheme.properties = {
|
||||
"style": {
|
||||
"description": "Emphasis style should be consistent",
|
||||
"description": "Emphasis style",
|
||||
"type": "string",
|
||||
"enum": [
|
||||
"consistent",
|
||||
|
@ -475,7 +474,7 @@ for (const rule of rules) {
|
|||
case "MD050":
|
||||
scheme.properties = {
|
||||
"style": {
|
||||
"description": "Strong style should be consistent",
|
||||
"description": "Strong style",
|
||||
"type": "string",
|
||||
"enum": [
|
||||
"consistent",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue