md2man - markdown to manpage - GitHub - sunaku/md2man: π Converts markdown into UNIX manual pages
What is it?
md2man is a Ruby library and command-line program that converts
Markdown documents into UNIX manual pages (really Roff documents)
using Redcarpet.
Obligatory screenshot: http://ompldr.org/vYnFvbw <<
Here is an example Markdown document to help you get started:
https://raw.github.com/sunaku/md2man/master/EXAMPLE.markdown
What is new?
Version 1.2.0 (2012-02-06)
Minor:
- The
Md2Man::Document
module now handles paragraph() nodes and
dispatches their content accordingly to hook methods for indented,
tagged, and normal paragraphs. A Redcarpet markdown parser need
only include that module and implement those hook methods in order
to benefit from md2manβs extensions to markdown syntax
programmatically.
Other:
-
README: mention features; revise markdown; cleanup.
-
LICENSE: @tanoku created initial Manpage renderer.