Sync with latest Maruku.
Finally able to ditch BlueCloth completely.
This commit is contained in:
parent
0556f43180
commit
ff63e894b2
18 changed files with 393 additions and 1249 deletions
2
vendor/plugins/maruku/lib/maruku/helpers.rb
vendored
2
vendor/plugins/maruku/lib/maruku/helpers.rb
vendored
|
@ -92,6 +92,8 @@ module Helpers
|
|||
e.instance_variable_set :@parsed_html,
|
||||
REXML::Document.new(raw_html)
|
||||
rescue
|
||||
e.instance_variable_set :@parsed_html, nil
|
||||
|
||||
# tell_user "Malformed block of HTML:\n"+
|
||||
# add_tabs(raw_html,1,'|')
|
||||
# " #{raw_html.inspect}\n\n"+ex.inspect
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue