Literate programming using markdown! Converts files to html or extracts the code snippets into one or more source files. To use:
$ literate_md --help
Options:
--weave, -w: Produce documentation
--tangle, -t: Produce code
--outputdir, -o <s>: Directory to write files to
--lang, -l <s>: Default language of code (default: ruby)
--files, -f <s>: Files to process
--standalone, -s: Weaves in html and body tags
--help, -h: Show this message