This is a rEAdME
of FLYDOWN.
- Mini web server that converts Markdown to HTML on the fly
- Index of 'Files' of
*.md
and*.txt
readme.md
for the index page
$ cd {directory of markdown files}
$ ruby {somepath}bin/flydown
[2012-04-17 11:12:45] INFO WEBrick 1.3.1
[2012-04-17 11:12:45] INFO ruby 1.8.7 (2010-01-10) [universal-darwin11.0]
[2012-04-17 11:12:45] INFO WEBrick::HTTPServer#start: pid=68143 port=9900
maruku
for Markdown converting
$ gem install maruku