mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2026-02-21 12:34:05 +01:00
Refactor micromark token handling to remove optional Token.htmlFlowChildren property and make related code more efficient for a ~6% elapsed time reduction.
This commit is contained in:
parent
e282874fe3
commit
24c97a54fb
16 changed files with 274 additions and 283 deletions
|
|
@ -19,3 +19,11 @@ also` __bad__ {MD050}
|
|||
This `is
|
||||
also
|
||||
very` __bad__ {MD050}
|
||||
|
||||
<p>HTML __should__ *be* ignored</p>
|
||||
|
||||
<p>
|
||||
HTML __should__ *be* ignored
|
||||
</p>
|
||||
|
||||
<!-- markdownlint-configure-file { "no-inline-html": false } -->
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue