github-markdown-to-png
v1.1.0
Published
Extracts github markdown code snippets and turns them into PNGs
Downloads
6
Readme
github-markdown-to-png
Takes github markdown code snippets and converts them to PNGs
Requirements:
install imagemagick
sudo apt-get install imagemagick
Usage:
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