Is CommonMark support actually coming? I noticed in the README it says it is, but then I saw that line was added in January of last year... are there any updates?
Most of my issues with this library has been in customising the parsing logic to handle the differences between ExpeniMark and CommonMark. It would have never been a problem if MarkdownText was implemented (so I could have used ExpeniMark on both view/edit modes), but I had to go with a different Markdown view renderer which supports the much more standard CommonMark.
Is CommonMark support actually coming? I noticed in the
READMEit says it is, but then I saw that line was added in January of last year... are there any updates?Most of my issues with this library has been in customising the parsing logic to handle the differences between ExpeniMark and CommonMark. It would have never been a problem if
MarkdownTextwas implemented (so I could have used ExpeniMark on both view/edit modes), but I had to go with a different Markdown view renderer which supports the much more standard CommonMark.