mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2025-12-16 14:00:13 +01:00
Add full-width punctuation characters to MD026/no-trailing-punctuation and MD036/no-emphasis-as-heading (fixes #192).
This commit is contained in:
parent
fa40084994
commit
1d8b9e7e62
8 changed files with 45 additions and 25 deletions
|
|
@ -190,7 +190,7 @@ rules.forEach(function forRule(rule) {
|
|||
"punctuation": {
|
||||
"description": "Punctuation characters",
|
||||
"type": "string",
|
||||
"default": ".,;:!?"
|
||||
"default": ".,;:!?。,;:!?"
|
||||
}
|
||||
};
|
||||
break;
|
||||
|
|
|
|||
|
|
@ -708,7 +708,7 @@
|
|||
"punctuation": {
|
||||
"description": "Punctuation characters",
|
||||
"type": "string",
|
||||
"default": ".,;:!?"
|
||||
"default": ".,;:!?。,;:!?"
|
||||
}
|
||||
},
|
||||
"additionalProperties": false
|
||||
|
|
@ -724,7 +724,7 @@
|
|||
"punctuation": {
|
||||
"description": "Punctuation characters",
|
||||
"type": "string",
|
||||
"default": ".,;:!?"
|
||||
"default": ".,;:!?。,;:!?"
|
||||
}
|
||||
},
|
||||
"additionalProperties": false
|
||||
|
|
@ -966,7 +966,7 @@
|
|||
"punctuation": {
|
||||
"description": "Punctuation characters",
|
||||
"type": "string",
|
||||
"default": ".,;:!?"
|
||||
"default": ".,;:!?。,;:!?"
|
||||
}
|
||||
},
|
||||
"additionalProperties": false
|
||||
|
|
@ -982,7 +982,7 @@
|
|||
"punctuation": {
|
||||
"description": "Punctuation characters",
|
||||
"type": "string",
|
||||
"default": ".,;:!?"
|
||||
"default": ".,;:!?。,;:!?"
|
||||
}
|
||||
},
|
||||
"additionalProperties": false
|
||||
|
|
@ -998,7 +998,7 @@
|
|||
"punctuation": {
|
||||
"description": "Punctuation characters",
|
||||
"type": "string",
|
||||
"default": ".,;:!?"
|
||||
"default": ".,;:!?。,;:!?"
|
||||
}
|
||||
},
|
||||
"additionalProperties": false
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue