Added a configuration warning to our docs for the two kramdown options we don't support.

This commit is contained in:
zachgersh 2013-07-14 00:32:48 -05:00
parent 90500f37ac
commit b0fbfdb87d
1 changed files with 10 additions and 1 deletions

View File

@ -236,7 +236,16 @@ before your site is served.
Jekyll runs with the following configuration options by default. Unless Jekyll runs with the following configuration options by default. Unless
alternative settings for these options are explicitly specified in the 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.
<div class="note warning">
<h5>There are two unsupported kramdown options</h5>
<p>
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.
</p>
</div>
{% highlight yaml %} {% highlight yaml %}
source: . source: .