Make Sanitizer::safe_xhtml_sanitize use Nokogiri
Also, update Bundler to 1.0.18.
This commit is contained in:
parent
4b2448b09a
commit
1e352e28a1
163 changed files with 1216 additions and 255 deletions
|
@ -72,8 +72,6 @@ module Engines
|
|||
my_content.to_s5
|
||||
else
|
||||
(t = Time.now; nil)
|
||||
puts "text is #{text.class}"
|
||||
puts "text responds to concat_with_safety" if text.respond_to?(:concat_with_safety)
|
||||
html = Maruku.new(text,
|
||||
{:math_enabled => true,
|
||||
:math_numbered => ['\\[','\\begin{equation}']}).to_html
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue