Extracts github markdown code snippets and turns them into PNGs
npm install github-markdown-to-pngTakes github markdown code snippets and converts them to PNGs
install imagemagick
```
sudo apt-get install imagemagick
`
npm install -g github-markdown-to-png
github-markdown-to-png -i yourmarkdownfile.md
`
Export PNGs to a folder
`
github-markdown-to-png -i yourmarkdownfile.md -o png-dir
``