Skip to content

Commit df83435

Browse files
committed
Fix front page, can't do this globally
1 parent a3a2ba2 commit df83435

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Rules

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ compile '*' do
2929
# don’t filter binary items
3030
else
3131
filter :erb
32-
filter :kramdown, :toc_levels => [2], :enable_coderay => false, :parse_block_html => true
32+
filter :kramdown, :toc_levels => [2], :enable_coderay => false
3333
filter :colorize_syntax, :default_colorizer => :pygmentsrb, :linenos => 'inline'
3434
layout 'default'
3535
end

layouts/partials/object-tab.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,5 @@
33
<li><a href="#endpoints" data-toggle="tab">Endpoints</a></li>
44
</ul>
55

6+
{::options parse_block_html="true" /}
67
<div id="my-tab-content" class="tab-content"><div class="tab-pane active" id="object">

0 commit comments

Comments
 (0)