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.
- Host: GitHub
- URL: https://github.com/suminb/mendel
- Owner: suminb
- License: lgpl-3.0
- Created: 2013-02-06T04:57:06.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2013-05-23T00:36:31.000Z (about 13 years ago)
- Last Synced: 2025-03-12T04:42:45.184Z (over 1 year ago)
- Language: Python
- Size: 137 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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