mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2025-09-21 21:30:47 +02:00
Add content parsing via micromark, publish frozen micromark tokens alongside markdown-it tokens, remove assert from micromark wrapper.
This commit is contained in:
parent
ed854f7092
commit
1461ad6272
7 changed files with 3955 additions and 32 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -1,6 +1,8 @@
|
|||
coverage
|
||||
demo/markdown-it.min.js
|
||||
demo/markdownlint-browser.min.js
|
||||
micromark/micromark.cjs
|
||||
micromark/micromark.dev.cjs
|
||||
node_modules
|
||||
!test/node_modules
|
||||
npm-debug.log
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue