robotskirt
robotskirt copied to clipboard
A node wrapper for the awesome C markdown parser, sundown.
Forgive my stupidity, but I was wanting to parse some markdown and get the result in json, rather than html. Is this possible with roboskirt ?
Added semicolon to end of parser.render line just in case the user wants to copy and paste it in their code for the sake of an example.
Just FYI, robotskirt currently refuses to build on Node 0.11.8. Looks like hitting against some changes to v8 api. e.g. ``` error: no type named 'Arguments' in namespace 'v8' ......
Very similar to [this issue](https://github.com/chjj/marked/issues/47) on `marked`, It'd be nice to have async support for using something like [`pygments`](https://github.com/pksunkara/pygments.js) in `.blockcode`. Especially since github-flavored-markdown is so prevalent, and uses `pygments`...