showdownjs/showdown

Is there a CLI tool

Open

#663 opened on Feb 23, 2019

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

Repository metrics

Stars
 (13,700 stars)
PR merge metrics
 (Avg merge 15h 21m) (3 merged PRs in 30d)

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