remark-code-screenshot
remark-code-screenshot copied to clipboard
Remark plugin to turn code blocks into carbon.now.sh screenshots.
remark-code-screenshot
Remark plugin to convert code blocks into carbon.now.sh screenshots.
Basic Usage
import remark from 'remark'
import codeScreenshot from 'remark-code-screenshot'
const markdownInput = ["```
import remark from 'remark'
import codeScreenshot from 'remark-code-screenshot'
const markdownInput = \"\"
remark().use(codeScreenshot)
.process(markdownInput, function (err, output) {
console.log(output)
})
```"]
remark()
.use(codeScreenshot)
.process(markdownInput, function (err, output) {
console.log(output)
});
Outputs something like this:
