sharkfrown/README.md

15 lines
270 B
Markdown
Raw Normal View History

2012-06-26 13:17:27 +00:00
# Preview ur markdowns
2012-06-25 21:04:38 +00:00
2012-06-26 13:17:27 +00:00
```
gem install sharkfrown
cd /my/project/with/markdown/files
sharkfrown
```
2012-06-25 21:04:38 +00:00
2012-06-26 13:17:27 +00:00
Open `http://localhost:6789/` and away you go!
2012-06-25 21:04:38 +00:00
2012-06-26 13:17:27 +00:00
## How?!
2012-06-25 21:04:38 +00:00
2012-06-26 13:17:27 +00:00
`Rack::Directory` and a really simple Rack app that processes Markdown w/ syntax highlighting from Pygments.
2012-06-25 21:04:38 +00:00