From b0fbfdb87d285e7b049f757ffa473fe33aed2cdd Mon Sep 17 00:00:00 2001 From: zachgersh Date: Sun, 14 Jul 2013 00:32:48 -0500 Subject: [PATCH] Added a configuration warning to our docs for the two kramdown options we don't support. --- site/docs/configuration.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/site/docs/configuration.md b/site/docs/configuration.md index ffdbf6ef..7a72394f 100644 --- a/site/docs/configuration.md +++ b/site/docs/configuration.md @@ -236,7 +236,16 @@ before your site is served. Jekyll runs with the following configuration options by default. Unless alternative settings for these options are explicitly specified in the -configuration file or on the command-line, Jekyll will run using these options. +[[configuration]] file or on the command-line, Jekyll will run using these options. + +
+
There are two unsupported kramdown options
+

+ Please note that both remove_block_html_tags and + remove_span_html_tags are currently unsupported in jekyll due to the + fact that they are not included within the kramdown HTML converter. +

+
{% highlight yaml %} source: .