a-r-d / github-markdown-to-png

Takes github markdown code snippets and converts them to PNGs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

github-markdown-to-png

NPM

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

About

Takes github markdown code snippets and converts them to PNGs

License:MIT License


Languages

Language:JavaScript 86.4%Language:Shell 13.6%