Skip to content

Commit

Permalink
Trys to require RDiscount and falls back gracefully, added require fo…
Browse files Browse the repository at this point in the history
…r the new blocks module
  • Loading branch information
Chris Van Pelt committed Nov 23, 2008
1 parent 08bf7b1 commit e267811
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/jekyll.rb
Expand Up @@ -12,6 +12,7 @@
# 3rd party
require 'liquid'
require 'redcloth'
require 'rdiscount' rescue puts "The rdiscount gem is required for markdown support!"
require 'classifier'

# internal requires
Expand All @@ -21,6 +22,7 @@
require 'jekyll/page'
require 'jekyll/post'
require 'jekyll/filters'
require 'jekyll/blocks'

module Jekyll
VERSION = '0.1.2'
Expand Down

0 comments on commit e267811

Please sign in to comment.