Remove Quickstart' Default Markdown Section

Remove default Markdown section from Quickstart documentation page as
it is redundant and unnecessary at this time. #2387
This commit is contained in:
jaybe@jekyll 2014-05-12 10:48:31 -05:00
parent 3233005a0a
commit fc7f724529
1 changed files with 0 additions and 6 deletions

View File

@ -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 posts, using the front-matter to control templates and layouts, and taking
advantage of all the awesome configuration options Jekyll makes available. advantage of all the awesome configuration options Jekyll makes available.
<div class="note info">
<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 If you're running into problems, ensure you have all the [requirements
installed][Installation]. installed][Installation].