jonschlinkert / remarkable

Markdown parser, done right. Commonmark support, extensions, syntax plugins, high speed - all in one. Gulp and metalsmith plugins available. Used by Facebook, Docusaurus and many others! Use https://github.com/breakdance/breakdance for HTML-to-markdown conversion. Use https://github.com/jonschlinkert/markdown-toc to generate a table of contents.
https://jonschlinkert.github.io/remarkable/demo/
MIT License
5.74k stars 371 forks source link

feature request: async highlighting/rendering #123

Open 3rd-Eden opened 9 years ago

3rd-Eden commented 9 years ago

I'm currently using marked and pygmentize to highlight code snippets. The pygmentize needs to be spawned on the system using child processes and other kinds of magical voodoo in order to work. I would love to use this in remarkable but as far as I can see it only supports synchronous execution..

hsk81 commented 8 years ago

+1