Rundown: lowdown
Turn markdown into a man page
1man <(lowdown -stman ${file}.md)
Live web build from a markdown file
1lowdown ${file}.md -m 'htmlheader: <meta http-equiv="refresh" content="3">'${file}.html
This tells the output to refresh every three seconds.