[markdown] commonMark #2957
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
is the markdown implementation tested with the commonMark tests?
So does it, or are you planning to conform to the commonMark specs? http://spec.commonmark.org/0.12/ Since it is "mostly" fixes for inconsistent or undefined behavior it would be really awesome.
This is not something that anyone is working on. Since highlighting modes have less freedom than a full parser (no lookahead, for one thing), I doubt the CodeMirror mode will ever be 'fullly conformant'. If you run into specific corner cases that you'd like improved, submit individual issues. I'm closing this as being out of scope.