Wrote a Go wrapper for CommonMark this weekend

Needed/Wanted to use CommonMark with a go project I’m working on, so I whipped up a basic wrapper:

Need to cleanup and/or add some more comments, tests, maybe some error checking, etc.
Please feel free to comment on and/or eviscerate my code :smiley:

I’ve added it to the list at

2 Likes

PS. The C API is in flux right now, so you’ll want to follow changes, and perhaps put a note in your README about which commit you are using. (We haven’t had a proper release of the library yet.)

Thanks. I’ve added a note to my Readme.

I got bit by some changes to cmark.h this morning :slight_smile: