From 744cc3c001429b6b83b23b0de74b549c0f8527d5 Mon Sep 17 00:00:00 2001 From: Matt Rogers Date: Thu, 27 Jun 2013 12:21:35 -0500 Subject: [PATCH] Update history to reflect merge of #1245 --- History.markdown | 2 ++ 1 file changed, 2 insertions(+) diff --git a/History.markdown b/History.markdown index 8b2dae0f..b8cbf4c4 100644 --- a/History.markdown +++ b/History.markdown @@ -5,6 +5,8 @@ * Search the hierarchy of pagination path up to site root to determine template page for pagination. (#1198) * Add the ability to generate a new Jekyll site without a template (#1171) + * Use redcarpet as the default markdown engine in newly generated + sites (#1245) ### Bug Fixes * Fix pagination in subdirectories. (#1198)