From 866dee377374c3d610c0d015aadf41a7f6bcbae2 Mon Sep 17 00:00:00 2001 From: Mark Crossfield Date: Wed, 7 Nov 2018 10:26:47 +0000 Subject: [PATCH] Fix #15 by using rouge as syntax highlighter --- _config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_config.yml b/_config.yml index 7234538..6080f16 100644 --- a/_config.yml +++ b/_config.yml @@ -30,6 +30,6 @@ reveal_path: reveal.js/ # Don't change anything below markdown: redcarpet -highlighter: pygments +highlighter: rouge markdown_ext: ignoreme