From 26ff4941fda282abf26ae27be2db514ba48d430c Mon Sep 17 00:00:00 2001 From: Evgeny Gavrin Date: Sun, 14 Jun 2015 14:53:02 +0300 Subject: [PATCH] Enable pygments --- _config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_config.yml b/_config.yml index 5efa19453..6ab94e2ed 100644 --- a/_config.yml +++ b/_config.yml @@ -11,8 +11,8 @@ url: "http://samsung.github.io" # the base hostname & protocol for your site # Build settings #markdown: kramdown markdown: kramdown -highlighter: rouge +highlighter: pygments kramdown: input: GFM - syntax_highlighter: rouge + syntax_highlighter: pygments