Skip to content
/ md2html Public

Command line tool for coverting John Gruber's Markdown formatted text to HTML

Notifications You must be signed in to change notification settings

janne/md2html

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

md2html

Developed and copyrighted by

Jan Andersson <jan.andersson@gmail.com>

License

Released under the MIT license

Description

Command line tool for coverting John Gruber's Markdown formatted text to HTML. Also incorporates Github Flavored Markdown.

Usage

Usage: md2html [options] file1 file2 ...
    -o, --open                       Open after conversion
    -h, --help                       Display this screen

Installation

  • Install Ruby
  • Install required gems sudo gem install rdiscount activesupport
  • Copy md2html to directory existing in PATH cp md2html /usr/local/bin

TODO

Turn this into a gem!

About

Command line tool for coverting John Gruber's Markdown formatted text to HTML

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published