burritoOverflow / quick-md

Quickly convert a directory of md -> html.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Convert an input directory of markdown files to html, using GoMarkdown library.

Build:

$ go build

Run:

$ ./quickmd

Optional flags in-dir and out-dir for the input (markdown) directory and the ouput (generated html) directory. These default to inputs and dist, respectively.

About

Quickly convert a directory of md -> html.


Languages

Language:Go 100.0%