This commit is contained in:
David Anson 2025-11-24 13:58:48 -08:00
parent 4447540366
commit 3ea07a7614
15 changed files with 15 additions and 363 deletions

View file

@ -340,8 +340,6 @@
// MD060/table-column-style : Table column style : https://github.com/DavidAnson/markdownlint/blob/v0.39.0/doc/md060.md
"MD060": {
// Table column style
"style": "any",
// RegExp for matching wide character(s)
"wide_character": "TBD"
"style": "any"
}
}

View file

@ -304,5 +304,3 @@ MD059:
MD060:
# Table column style
style: "any"
# RegExp for matching wide character(s)
wide_character: "TBD"

View file

@ -645,12 +645,6 @@ for (const rule of rules) {
],
"default": "any"
};
// @ts-ignore
subscheme.properties.wide_character = {
"description": "RegExp for matching wide character(s)",
"type": "string",
"default": "TBD"
};
break;
default:
break;

View file

@ -4701,11 +4701,6 @@
"tight"
],
"default": "any"
},
"wide_character": {
"description": "RegExp for matching wide character(s)",
"type": "string",
"default": "TBD"
}
}
}
@ -4752,11 +4747,6 @@
"tight"
],
"default": "any"
},
"wide_character": {
"description": "RegExp for matching wide character(s)",
"type": "string",
"default": "TBD"
}
}
}

View file

@ -4701,11 +4701,6 @@
"tight"
],
"default": "any"
},
"wide_character": {
"description": "RegExp for matching wide character(s)",
"type": "string",
"default": "TBD"
}
}
}
@ -4752,11 +4747,6 @@
"tight"
],
"default": "any"
},
"wide_character": {
"description": "RegExp for matching wide character(s)",
"type": "string",
"default": "TBD"
}
}
}