Merge pull request #1445 from penibelst/patch-1

Add code tags
This commit is contained in:
Matt Rogers 2013-08-22 09:10:04 -07:00
commit 025535a7d1
1 changed files with 2 additions and 2 deletions

View File

@ -241,8 +241,8 @@ configuration file or on the command-line, Jekyll will run using these options.
<div class="note warning"> <div class="note warning">
<h5>There are two unsupported kramdown options</h5> <h5>There are two unsupported kramdown options</h5>
<p> <p>
Please note that both remove_block_html_tags and Please note that both <code>remove_block_html_tags</code> and
remove_span_html_tags are currently unsupported in jekyll due to the <code>remove_span_html_tags</code> are currently unsupported in Jekyll due to the
fact that they are not included within the kramdown HTML converter. fact that they are not included within the kramdown HTML converter.
</p> </p>
</div> </div>