Skip to content

Instantly share code, notes, and snippets.

@fredjean
Created August 14, 2012 21:04
Show Gist options
  • Save fredjean/3353035 to your computer and use it in GitHub Desktop.
Save fredjean/3353035 to your computer and use it in GitHub Desktop.
Using Redcarpet on Middleman
require "redcarpet"
set :markdown_engine => "redcarpet"
set :redcarpet, :autolink => true, :no_intra_emphasis => true, :fenced_code_blocks => true, :strikethrough => true
gem 'redcarpet'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment