mirror of
https://github.com/jekyll/jekyll.git
synced 2026-02-15 00:55:16 -05:00
Change syntax highlighting to YAML on Extras page
This commit is contained in:
@@ -29,7 +29,7 @@ $ [sudo] gem install rdiscount
|
||||
And then specify RDiscount as the Markdown engine in your `_config.yml` file to
|
||||
have Jekyll run with that option.
|
||||
|
||||
{% highlight bash %}
|
||||
{% highlight yaml %}
|
||||
# In _config.yml
|
||||
markdown: rdiscount
|
||||
{% endhighlight %}
|
||||
@@ -45,7 +45,7 @@ $ [sudo] gem install kramdown
|
||||
|
||||
Then you can specify Kramdown as the Markdown engine in `_config.yml`.
|
||||
|
||||
{% highlight bash %}
|
||||
{% highlight yaml %}
|
||||
# In _config.yml
|
||||
markdown: kramdown
|
||||
{% endhighlight %}
|
||||
|
||||
Reference in New Issue
Block a user