0.0
No commit activity in last 3 years
No release in over 3 years
Serves a markdown file
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Runtime

 Project Readme

Rack Markdown

Serves a markdown file.

Usage

# config.ru
require 'rack/markdown'

run Rack::Markdown.new('path/to/file.markdown')

Then run:

rackup

And visit localhost:9292.

Ruby 1.9+

If you're using a newer version of Ruby, you'll need to run a thin server instead. There is an issue with Pygments.

Screenshot

Yep- it looks almost identical to Github's markdown parser.

Rack Markdown Screenshot