-
Notifications
You must be signed in to change notification settings - Fork 14
Home
Bounga edited this page Dec 19, 2011
·
2 revisions
MD is a Thorfile to convert Markdown files to HTML and PDF versions.
The real power of MD Thorfile is that it uses a customizable HTML layout and CSS.
Features:
- convert .md to .html with layout and CSS styling
- convert .md to .pdf with layout and CSS styling
git clone git://github.com/synbioz/md.git
thor md:setup # Copy default layout and css
thor install Thorfile
You can remove this clone since the Thorfile is installed system-wide.
On the command-line:
$ thor md:generate my_markdown_file.md # Generates "my_markdown_file.html"
$ thor md:generate my_markdown_file.md -f pdf # Generates "my_markdown_file.pdf"
If you want to contribute or report bugs you should take a look at:
Problems, comments, and suggestions are welcome on the issue tracker.
Copyright (c) 2011 Synbioz, released under the MIT license.