Skip to content

Commit

Permalink
consolidate markdown options
Browse files Browse the repository at this point in the history
  • Loading branch information
dannyprose committed May 12, 2012
1 parent 0a38cef commit c91562c
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions docs/config.rb
Expand Up @@ -2,6 +2,7 @@
# Helpers
###

set :markdown, :layout_engine => :haml
set :markdown_engine, :redcarpet

require 'rack/codehighlighter'
Expand Down Expand Up @@ -66,9 +67,6 @@
# end
page "/guides/", :proxy => "/guides/getting-started.html"

# Default content markup should be Markdown for the HAML templating engine
set :markdown, :layout_engine => :haml

###
# Helpers
###
Expand Down

0 comments on commit c91562c

Please sign in to comment.