showdownjs/showdown

Is there a CLI tool

Open

#663 opened on Feb 23, 2019

View on GitHub
 (1 comment) (0 reactions) (1 assignee)JavaScript (13,700 stars) (1,640 forks)batch import
help wanted

Description

I am looking for something like:

$ showdown -o foo one.md two.md three.md

and it would output to a folder:

foo/
  one.html
  two.html
  three.html

Contributor guide