Merge pull request #5380 from ethomson/coderay_deprecation
Merge pull request 5380
This commit is contained in:
commit
cfe61771e0
|
@ -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."
|
||||||
|
|
Loading…
Reference in New Issue