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:
parent
d34f1d2c1a
commit
3233005a0a
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue