Mispell Rouge intentionally.

This commit is contained in:
Jordon Bedwell 2016-02-02 12:25:50 -06:00
parent 4d805e29bc
commit 65a1fc4120
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ module Jekyll
def initialize(config)
Jekyll::External.require_with_graceful_fail "kramdown"
@main_fallback_highlighter = config["highlighter"] || "rogue"
@main_fallback_highlighter = config["highlighter"] || "rouge"
@config = config["kramdown"] || {}
setup
end