mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2025-12-22 00:40:12 +01:00
Reimplement MD003/heading-style using micromark tokens.
This commit is contained in:
parent
e447db33c9
commit
6daaa43410
10 changed files with 132 additions and 148 deletions
|
|
@ -27,8 +27,8 @@ module.exports = {
|
|||
onError,
|
||||
lineNumber,
|
||||
line.trim(),
|
||||
null,
|
||||
null,
|
||||
undefined,
|
||||
undefined,
|
||||
[ 1, hashLength + spacesLength + 1 ],
|
||||
{
|
||||
"editColumn": hashLength + 1,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue