REXML is dead. Long live Nokogiri.
Modify Maruku to use Nokogiri instead of REXML. Produces a 3-fold speedup in the #to_html method.
This commit is contained in:
parent
46da1f3aaf
commit
13a522525c
369 changed files with 1703 additions and 16342 deletions
3
vendor/plugins/maruku/miscs/bug.rb
vendored
Normal file
3
vendor/plugins/maruku/miscs/bug.rb
vendored
Normal file
|
@ -0,0 +1,3 @@
|
|||
puts [].each do end # ok (equiv. to "puts nil")
|
||||
[1].each do end # ok
|
||||
puts [1].each do end # 3:in `each': no block given (LocalJumpError)
|
Loading…
Add table
Add a link
Reference in a new issue