Merge pull request #5380 from ethomson/coderay_deprecation

Merge pull request 5380
This commit is contained in:
jekyllbot 2016-09-20 16:39:33 -07:00 committed by GitHub
commit cfe61771e0
1 changed files with 1 additions and 1 deletions

View File

@ -104,7 +104,7 @@ module Jekyll
private private
def modernize_coderay_config def modernize_coderay_config
if highlighter == "coderay" unless @config["coderay"].empty?
Jekyll::Deprecator.deprecation_message( Jekyll::Deprecator.deprecation_message(
"You are using 'kramdown.coderay' in your configuration, " \ "You are using 'kramdown.coderay' in your configuration, " \
"please use 'syntax_highlighter_opts' instead." "please use 'syntax_highlighter_opts' instead."