From b051936ff48da065ff30a8a8198f86ba1e3746a4 Mon Sep 17 00:00:00 2001 From: Parker Moore Date: Mon, 17 Feb 2014 15:59:25 -0500 Subject: [PATCH] Add "unreleased" note to /docs/configuration about kramdown as the new default --- site/docs/configuration.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/site/docs/configuration.md b/site/docs/configuration.md index e2011142..27fee35c 100644 --- a/site/docs/configuration.md +++ b/site/docs/configuration.md @@ -350,6 +350,14 @@ redcloth: hard_breaks: true {% endhighlight %} +
+
Kramdown as the default is currently unreleased.
+

+ 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. +

+
## Markdown Options