Add "unreleased" note to /docs/configuration about kramdown as the new default
This commit is contained in:
parent
5423f02c3c
commit
b051936ff4
|
@ -350,6 +350,14 @@ redcloth:
|
||||||
hard_breaks: true
|
hard_breaks: true
|
||||||
{% endhighlight %}
|
{% endhighlight %}
|
||||||
|
|
||||||
|
<div class="note unreleased">
|
||||||
|
<h5>Kramdown as the default is currently unreleased.</h5>
|
||||||
|
<p>
|
||||||
|
In v2.0.0.alpha.1 and above, we've deprecated Maruku and will default to
|
||||||
|
Kramdown instead of Maruku. All versions below this will use Maruku as the
|
||||||
|
default.
|
||||||
|
</p>
|
||||||
|
</div>
|
||||||
|
|
||||||
## Markdown Options
|
## Markdown Options
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue