From 36fc16b4a47997e14532b3d141e60af46402c7d7 Mon Sep 17 00:00:00 2001 From: Parker Moore Date: Thu, 27 Jun 2013 18:40:34 +0200 Subject: [PATCH] Default Markdown template parser for new sites to RedCarpet via _config.yml. Related: #1236. --- lib/site_template/_config.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/site_template/_config.yml b/lib/site_template/_config.yml index 362c8bf5..85daa771 100644 --- a/lib/site_template/_config.yml +++ b/lib/site_template/_config.yml @@ -1,2 +1,3 @@ name: Your New Jekyll Site +markdown: redcarpet pygments: true