Skip to content

Instantly share code, notes, and snippets.

@BlakeWilliams
Created May 15, 2012 19:50
Show Gist options
  • Select an option

  • Save BlakeWilliams/2704574 to your computer and use it in GitHub Desktop.

Select an option

Save BlakeWilliams/2704574 to your computer and use it in GitHub Desktop.
module Haml::Filters::Markdown
include Haml::Filters::Base
lazy_require "redcarpet"
def md(text)
// redcarpet code
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment