From fc7f7245292ad6234abbedf67e9887cd242bd8ab Mon Sep 17 00:00:00 2001 From: "jaybe@jekyll" Date: Mon, 12 May 2014 10:48:31 -0500 Subject: [PATCH] Remove Quickstart' Default Markdown Section Remove default Markdown section from Quickstart documentation page as it is redundant and unnecessary at this time. #2387 --- site/docs/quickstart.md | 6 ------ 1 file changed, 6 deletions(-) diff --git a/site/docs/quickstart.md b/site/docs/quickstart.md index a388d7e3..eedb9762 100644 --- a/site/docs/quickstart.md +++ b/site/docs/quickstart.md @@ -20,12 +20,6 @@ That's nothing, though. The real magic happens when you start creating blog posts, using the front-matter to control templates and layouts, and taking advantage of all the awesome configuration options Jekyll makes available. -
-
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 installed][Installation].