Merge pull request #2588 from raboof/patch-2

This commit is contained in:
Parker Moore 2014-07-12 10:09:30 -07:00
commit 84e0b1c904
1 changed files with 2 additions and 2 deletions

View File

@ -39,7 +39,7 @@ markdown: rdiscount
### Kramdown ### Kramdown
You can also use [Kramdown](http://kramdown.rubyforge.org/) instead of Maruku You can also use [Kramdown](http://kramdown.gettalong.org/) instead of Maruku
for Markdown. Make sure that Kramdown is installed: for Markdown. Make sure that Kramdown is installed:
{% highlight bash %} {% highlight bash %}
@ -56,7 +56,7 @@ markdown: kramdown
Kramdown has various options for customizing the HTML output. The Kramdown has various options for customizing the HTML output. The
[Configuration](/docs/configuration/) page lists the default options used by [Configuration](/docs/configuration/) page lists the default options used by
Jekyll. A complete list of options is also available on the [Kramdown Jekyll. A complete list of options is also available on the [Kramdown
website](http://kramdown.rubyforge.org/options.html). website](http://kramdown.gettalong.org/options.html).
### User-Defined ### User-Defined