Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 209d529

Browse files
committed
fix the warning :
Deprecation: The 'pygments' configuration option has been renamed to 'highlighter'. Please update your config file accordingly. The allowed values are 'rouge', 'pygments' or null.
1 parent da753d6 commit 209d529

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

_config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ keywords:
1313

1414
scala-version: 2.10.0
1515

16-
pygments: true
16+
highlighter: pygments
1717
permalink: /:categories/:title.html
1818

19-
# markdown: rdiscount
19+
# markdown: rdiscount

0 commit comments

Comments
 (0)