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:
David Anson 2023-09-02 12:07:14 -07:00
parent e282874fe3
commit 24c97a54fb
16 changed files with 274 additions and 283 deletions

View file

@ -74,7 +74,22 @@ code
text
<p>
1. Not a
2. list
</p>
<p>1. Not a list</p>
<p>
* Not a
* list
</p>
<p>* Not a list</p>
<!-- markdownlint-configure-file {
"no-inline-html": false,
"ul-style": false,
"ol-prefix": false,
"fenced-code-language": false