BinaryMuse / node-cmark-gfm

Node.js bindings to GitHub's GFM-enhanced fork of cmark, the CommonMark reference implementation in C
https://www.npmjs.com/package/cmark-gfm
9 stars 2 forks source link

Enable code syntax highlighting? #197

Open Pomax opened 8 months ago

Pomax commented 8 months ago

It looks like this doesn't run the syntax highlighting that GitHub applies when running their cmark-gfm parser on github.com, would it be possible to get that functionality as part of this package?