From cb0a908ad3658e8a9025b9dd79cf870e1475518e Mon Sep 17 00:00:00 2001 From: Sergey Zubkov Date: Mon, 3 Aug 2020 17:15:52 -0400 Subject: [PATCH] testing gh-pages highlighter configs --- _config.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/_config.yml b/_config.yml index 189a689..305396c 100644 --- a/_config.yml +++ b/_config.yml @@ -1,2 +1,7 @@ include: [CppCoreGuidelines.md] exclude: [docs, talks, Gemfile, params.json] +highlighter: rouge +markdown: kramdown +kramdown: + input: GFM + syntax_highlighter: rouge