From 85267aece86fee1a9e30d67e2f7db16d32f2a851 Mon Sep 17 00:00:00 2001 From: David Vierra Date: Wed, 24 Aug 2016 17:49:36 -1000 Subject: [PATCH] squelch jekyll warnings --- _config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_config.yml b/_config.yml index e1079b9..6c2467a 100644 --- a/_config.yml +++ b/_config.yml @@ -27,8 +27,8 @@ comments: true permalink: /:year/:month/:title paginate: 3 -highlighter: pygments -markdown: redcarpet +highlighter: rouge +markdown: kramdown redcarpet: extensions: ["no_intra_emphasis", "fenced_code_blocks", "autolink", "tables", "with_toc_data"]