Crash of markdownlint-cli2 and vscode-markdownlint on invalid markdown #325
Labels
bug
Something isn't working
dependencies
Pull requests that update a dependency file
fixed in next
Fixed in the "next" branch for the next release
Ran a big codebase of markdown through the linter, and found an edge case that results in the parser crashing and unable to process the remainder of the files for linting. This happens both from the cli version and the vscode version (since it seems like the vscode one just uses this lib internally)
Output from linter is:
example markdown that reproduces:
It appears to be related to a
:::note
style callout existing within an ordered list.Some more versions that reproduce the crash:
The text was updated successfully, but these errors were encountered: