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

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