Update MD055/table-pipe-style to support "consistent" and other styles, use micromark positioning, report ranges, add more tests.

This commit is contained in:
David Anson 2023-12-30 18:15:38 -08:00
parent a563c082a5
commit 7d2248d211
28 changed files with 4413 additions and 185 deletions

View file

@ -291,5 +291,11 @@
"shortcut": true,
// Allow URLs as inline links
"url_inline": true
},
// MD055/table-pipe-style : Table pipe style : https://github.com/DavidAnson/markdownlint/blob/v0.32.1/doc/md055.md
"MD055": {
// Table pipe style
"style": "consistent"
}
}