Add content parsing via micromark, publish frozen micromark tokens alongside markdown-it tokens, remove assert from micromark wrapper.

This commit is contained in:
David Anson 2023-01-15 21:41:22 -08:00
parent ed854f7092
commit 1461ad6272
7 changed files with 3955 additions and 32 deletions

View file

@ -1223,13 +1223,7 @@ test("customRulesParamsAreFrozen", (t) => {
}
}
],
"files": [
"CHANGELOG.md",
"CONTRIBUTING.md",
"README.md",
"doc/CustomRules.md",
"doc/Rules.md"
]
"files": [ "README.md" ]
};
return markdownlint.promises.markdownlint(options).then(() => null);
});