
Beginning string with || causes HTML to not escape
Reported by David | March 6th, 2010 @ 02:09 PM
Jason,
I noticed that HTML is not escaped from a string that starts with ||:
C:>irb
irb(main):001:0> require 'redcloth'
=> true irb(main):002:0>
RedCloth.new('||',[:filter_html]).
to_html
=> "
No comments found
Please Sign in or create a free account to add a new ticket.
With your very own profile, you can contribute to projects, track your activity, watch tickets, receive and update tickets through your email and much more.
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile ยป
RedCloth is a Ruby library for converting Textile into HTML