Skip to content

Instantly share code, notes, and snippets.

View xurenlu's full-sized avatar
🎆
holiday

黄滚 xurenlu

🎆
holiday
View GitHub Profile
@Watson1978
Watson1978 / github-flavored-markdown.rb
Created April 10, 2012 01:11
GitHub Flavored Markdown parser
#!/usr/local/bin/ruby
# To parse GitHub Flavored Markdown
#
# Setup
# $ sudo easy_install pygments
# $ sudo gem install pygments.rb
# $ sudo gem install redcarpet
require 'redcarpet'
require 'pathname'