mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2025-12-16 22:10:13 +01:00
Reimplement MD010/no-hard-tabs using micromark tokens.
This commit is contained in:
parent
e528b2998a
commit
ff8c1bf9b2
5 changed files with 122 additions and 72 deletions
|
|
@ -25,7 +25,7 @@ if (true) {
|
|||
}
|
||||
}
|
||||
|
||||
```text
|
||||
``` Text
|
||||
hello
|
||||
world
|
||||
}
|
||||
|
|
|
|||
|
|
@ -8854,7 +8854,7 @@ Generated by [AVA](https://avajs.dev).
|
|||
}␊
|
||||
}␊
|
||||
␊
|
||||
\`\`\`text␊
|
||||
\`\`\` Text␊
|
||||
hello␊
|
||||
world␊
|
||||
}␊
|
||||
|
|
|
|||
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue