From a1019ed0c4853b0c0b2cdea9c4db43001f54c724 Mon Sep 17 00:00:00 2001 From: Nicolas McCurdy Date: Thu, 2 Oct 2014 14:42:24 -0400 Subject: [PATCH] Use Jekyll's default markdown parser and highligher With the current version of Jekyll (2.4.0), this changes the markdown parser to Kramdown. --- _config.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/_config.yml b/_config.yml index 5febafb..276c57e 100644 --- a/_config.yml +++ b/_config.yml @@ -1,7 +1,3 @@ -# Dependencies -markdown: redcarpet -highlighter: pygments - # Permalinks permalink: pretty relative_permalinks: true -- 2.30.2