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

@ -25,6 +25,8 @@ jobs:
run: npm install --no-package-lock
- name: Clone Test Repos
run: npm run clone-test-repos
- name: Build markdownlint-micromark
run: npm run build-micromark
- name: Lint Test Repos
run: npm run lint-test-repos
- name: Run Extra Tests