From 3233005a0a93ed324e6b93628ae6d1f1790e2378 Mon Sep 17 00:00:00 2001 From: "jaybe@jekyll" Date: Sat, 10 May 2014 23:47:48 -0500 Subject: [PATCH] Update Quickstart re: kramdown default MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Update Quickstart documentation to reflect Jekyll’ 2.0 default of kramdown Markdown engine versus Redcarpet. --- site/docs/quickstart.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/site/docs/quickstart.md b/site/docs/quickstart.md index 65af42b3..a388d7e3 100644 --- a/site/docs/quickstart.md +++ b/site/docs/quickstart.md @@ -21,9 +21,9 @@ posts, using the front-matter to control templates and layouts, and taking advantage of all the awesome configuration options Jekyll makes available.
-
Redcarpet is the default Markdown engine for new sites
-

In Jekyll 1.1, we switched the default markdown engine for sites - generated with jekyll new to Redcarpet

+
kramdown is the default Markdown engine for new sites
+

In Jekyll 2.0, we switched the default markdown engine for sites + generated with jekyll new to kramdown

If you're running into problems, ensure you have all the [requirements