mirror of
https://github.com/jekyll/jekyll.git
synced 2026-01-30 01:08:26 -05:00
Use downcase.
This commit is contained in:
committed by
Parker Moore
parent
c70350e275
commit
a206dc1a8f
@@ -9,7 +9,7 @@ module Jekyll
|
||||
def setup
|
||||
return if @setup
|
||||
@parser =
|
||||
case @config['markdown']
|
||||
case @config['markdown'].downcase
|
||||
when 'redcarpet' then RedcarpetParser.new(@config)
|
||||
when 'kramdown' then KramdownParser.new(@config)
|
||||
when 'rdiscount' then RDiscountParser.new(@config)
|
||||
|
||||
Reference in New Issue
Block a user