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

https://github.com/suminb/mendel

A command line tool to convert a Markdown document to an HTML document.
https://github.com/suminb/mendel

Last synced: 2 months ago
JSON representation

A command line tool to convert a Markdown document to an HTML document.

Awesome Lists containing this project

README

          

Introduction
-------------

`mendel` is a command line tool to convert a [Markdown](http://daringfireball.net/projects/markdown/) document into an HTML document.

Its name, `mendel`, was derived from the name of the 101st element in the periodic table of the elements: [Mendelevium](http://en.wikipedia.org/wiki/Mendelevium). The symbol of Mendelevium is Md, and `.md` is one of acceptable file extensions of Markdown. That is probably the only connection between Mendelevium and Markdown.

Requirements
-------------

* docopt - https://github.com/docopt/docopt
* markdown2 - https://github.com/trentm/python-markdown2

Usage
------

mendel < README.md

mendel < README.md > README.html

mendel --css=style.css < README.md