notextile tag has been placed with ascii quotes
This commit is contained in:
parent
b475f74da5
commit
01040b5dc9
@ -227,13 +227,13 @@ def with_workaround_for_notextile(body)
|
||||
end
|
||||
|
||||
code_blocks.push(<<HTML)
|
||||
<notextile>
|
||||
<notextile>
|
||||
<div class="code_container">
|
||||
<pre class="brush: #{brush}; gutter: false; toolbar: false">
|
||||
#{ERB::Util.h($2).strip}
|
||||
</pre>
|
||||
</div>
|
||||
</notextile>
|
||||
</notextile>
|
||||
HTML
|
||||
"\ndirty_workaround_for_notextile_#{code_blocks.size - 1}\n"
|
||||
end
|
||||
@ -280,3 +280,4 @@ def check_fragment_identifiers(html, anchors)
|
||||
end
|
||||
end
|
||||
end
|
||||
|
||||
|
@ -25,7 +25,7 @@ def tip(body)
|
||||
|
||||
def plusplus(body)
|
||||
body.gsub!(/\+(.*?)\+/) do |m|
|
||||
"<notextile><tt>#{$1}</tt></notextile>"
|
||||
"<notextile><tt>#{$1}</tt></notextile>"
|
||||
end
|
||||
|
||||
# The real plus sign
|
||||
@ -36,8 +36,9 @@ def code(body)
|
||||
body.gsub!(%r{<(yaml|shell|ruby|erb|html|sql|plain)>(.*?)</\1>}m) do |m|
|
||||
es = ERB::Util.h($2)
|
||||
css_class = $1.in?(['erb', 'shell']) ? 'html' : $1
|
||||
%{<notextile><div class="code_container"><code class="#{css_class}">#{es}</code></div></notextile>}
|
||||
%{<notextile><div class="code_container"><code class="#{css_class}">#{es}</code></div></notextile>}
|
||||
end
|
||||
end
|
||||
end
|
||||
end
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user