Steps to reproduce
Type examples from the CommonMark spec, e.g. 250, 251, 112, 113, 116, 596
Did you follow the troubleshooting guide? [Y/N]
Yes
Expected result
Rendered markdown that conforms to the CommonMark specification and matches the examples’ expected output
Actual result
Rendered text that does not match the specification
Additional information
For a qualitative idea of the error, (besides the list of wrong examples) I have noted the following issues so far:
- Nested quotes do not behave lazily, only the outermost quote block does
- Indented code blocks do not include spaces correctly
- autolinks are not parsed
There may be more, I have not exhaustively looked through the spec examples, nor the Github markdown spec.