Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/gomarkdown/mdtohtml

Command-line tool to convert markdown to html
https://github.com/gomarkdown/mdtohtml

Last synced: about 2 months ago
JSON representation

Command-line tool to convert markdown to html

Awesome Lists containing this project

README

        

# Markdown to HTML cmd-line tool

If you have Go installed, install with:

go get -u github.com/gomarkdown/mdtohtml

To run:

mdtohtml [options] inputfile [outputfile]

Run `mdtohtml` to see all options.

This is also an example of how to use [gomarkdown/markdown](https://github.com/gomarkdown/markdown) library.