Add rule MD060/table-column-style (fixes #90, fixes #323).

This commit is contained in:
David Anson 2025-08-19 21:42:08 -07:00
parent b29a0e004c
commit 3532e3110a
36 changed files with 11751 additions and 175 deletions

View file

@ -54,6 +54,7 @@ import md055 from "./md055.mjs";
import md056 from "./md056.mjs";
import md058 from "./md058.mjs";
import md059 from "./md059.mjs";
import md060 from "./md060.mjs";
const rules = [
md001,
@ -110,7 +111,8 @@ const rules = [
md056,
// md057: See https://github.com/markdownlint/markdownlint
md058,
md059
md059,
md060
];
for (const rule of rules) {
const name = rule.names[0].toLowerCase();