Reimplement MD003/heading-style using micromark tokens.

This commit is contained in:
David Anson 2024-06-08 14:44:49 -07:00
parent e447db33c9
commit 6daaa43410
10 changed files with 132 additions and 148 deletions

View file

@ -90,8 +90,8 @@ module.exports = {
lineNumber,
length,
line.length,
null,
null,
undefined,
undefined,
[ length + 1, line.length - length ]);
}
});