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