Update Quickstart re: kramdown default

Update Quickstart documentation to reflect Jekyll’ 2.0 default of
kramdown Markdown engine versus Redcarpet.
This commit is contained in:
jaybe@jekyll 2014-05-10 23:47:48 -05:00
parent d34f1d2c1a
commit 3233005a0a
1 changed files with 3 additions and 3 deletions

View File

@ -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.
<div class="note info">
<h5>Redcarpet is the default Markdown engine for new sites</h5>
<p>In Jekyll 1.1, we switched the default markdown engine for sites
generated with <code>jekyll new</code> to Redcarpet</p>
<h5>kramdown is the default Markdown engine for new sites</h5>
<p>In Jekyll 2.0, we switched the default markdown engine for sites
generated with <code>jekyll new</code> to kramdown</p>
</div>
If you're running into problems, ensure you have all the [requirements