Skip to content

Commit

Permalink
Add Kramdown support
Browse files Browse the repository at this point in the history
  • Loading branch information
goncalossilva authored and binford2k committed Dec 27, 2013
1 parent 8c35946 commit ac4ecdd
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lib/showoff_utils.rb
Expand Up @@ -434,6 +434,9 @@ def self.setup(dir_name)
when 'bluecloth'
Tilt.prefer Tilt::BlueClothTemplate, "markdown"

when 'kramdown'
Tilt.prefer Tilt::KramdownTemplate, "markdown"

else
Tilt.prefer Tilt::RedcarpetTemplate, "markdown"

Expand Down

0 comments on commit ac4ecdd

Please sign in to comment.