mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2025-12-23 09:20:12 +01:00
wip
This commit is contained in:
parent
d8bf33dde6
commit
4541ee3dd2
17 changed files with 395 additions and 67 deletions
|
|
@ -264,6 +264,12 @@ for (const rule of rules) {
|
|||
"type": "boolean",
|
||||
"default": false
|
||||
};
|
||||
// @ts-ignore
|
||||
subscheme.properties.wide_characters = {
|
||||
"description": "Expand wide characters",
|
||||
"type": "boolean",
|
||||
"default": false
|
||||
};
|
||||
break;
|
||||
case "MD022":
|
||||
// @ts-ignore
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue