markdown-it-py
markdown-it-py copied to clipboard
Does not match last Commonmark specs (0.31.2)
Describe the bug
context When I do benchmarking on last spec of Commonmark.
expectation I expected 0 error.
bug But instead 6 tests are not ok.
problem I would love to have a Commonmark compliant library ;)
Reproduce the bug
- Install markdown-py-it
- Load test cases from commonmark : https://spec.commonmark.org/0.31.2/spec.json
- Use them one by one and test every case is ok
List your environment
No response