Hello Erik, On Tue, Feb 16, 2016 at 5:36 PM, Erik Edrosa <erik.edr...@gmail.com> wrote: > Hello, > > I've been working on a parser for CommonMark[0], a specified version of > Markdown[1] being worked on (still not 1.0). It currently does not parse > the full spec, but it works so far for all block structures except for > HTML blocks. The code is still pretty rough and I welcome any feedback > to improve it. I am following their suggested strategy of parsing > CommonMark in two steps by parsing the block level structure and then > inline.
Thanks for this tasty dish! The code looks great and I'm happy to see it that parses to SXML. I hope you are able to make an official release some time. I would love to add support for this to my static site generator. Happy hacking! - Dave