Skip to content

Commit

Permalink
fix: add micromark parser to markdownlint config
Browse files Browse the repository at this point in the history
In markdownlint 0.36.0, the support for micromark returned. Adding it in
the config object fixes the error described in [this issue](#7)

The new micromark version changes some previously assumed parser behaviors.
It causes some errors related to nested intentation in HTML snippets.
Since currently there is no need to lint HTML, the tokens related to it
are now ignored.

Introduces a new test verification to prevent an error where `htmlText`
tokens cause other text tokens to appear to be indented
  • Loading branch information
MatheusBaldi committed Nov 27, 2024
1 parent d2a86c9 commit d96016d
Show file tree
Hide file tree
Showing 4 changed files with 349 additions and 609 deletions.
Loading

0 comments on commit d96016d

Please sign in to comment.