mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2025-12-17 22:40:13 +01:00
Reimplement MD027/no-multiple-space-blockquote using micromark tokens.
This commit is contained in:
parent
a2997f1595
commit
730ae9a96f
11 changed files with 248 additions and 167 deletions
|
|
@ -441,7 +441,7 @@ module.exports = {
|
|||
getHeadingLevel,
|
||||
getHtmlTagInfo,
|
||||
getMicromarkEvents,
|
||||
getSiblingLists: getSiblingTokens,
|
||||
getSiblingTokens,
|
||||
getTokenParentOfType,
|
||||
getTokenTextByType,
|
||||
inHtmlFlow,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue