remark-code-screenshot
remark-code-screenshot copied to clipboard
Remark plugin to turn code blocks into carbon.now.sh screenshots.
I'm using this plugin with mdx.js - https://mdxjs.com/ and next.js - https://nextjs.org/ The project is located at - https://github.com/robertsmieja/nextjs-md-sandbox Steps the reproduce: 1. Uncomment the `remark-code-screenshot` plugin in `next.config.js` 2....
Hi! remark is switching to a new parser internally ([micromark](https://github.com/micromark/micromark), see [`remarkjs/remark#536`](https://github.com/remarkjs/remark/pull/536) for more info). From a quick glance at the code, it seems this plugin should be fine. However,...