From 97a44adf22a9a6dd3d9a47d17d5b0580c9ec9d8b Mon Sep 17 00:00:00 2001 From: Balazs Rostas Date: Sun, 2 Aug 2015 13:45:10 +0200 Subject: [PATCH] Using Jekyll default markdown engine - kramdown Redcarpet lacks features like creating tables with markdown, kramdown is better and now the default. --- _config.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/_config.yml b/_config.yml index 3e2f2432dd5..7bbc3190188 100644 --- a/_config.yml +++ b/_config.yml @@ -1,7 +1,3 @@ -# Dependencies -markdown: redcarpet -highlighter: pygments - # Permalinks permalink: pretty relative_permalinks: true