F
Florian Weber
hi!
require "redcloth"
textile = "* foo
* foo
* foo
<a href='http://www.foo.com'>http://www.foo.com</a>"
puts RedCloth.new(textile).to_html
why is the foo.com link in the last list item when i redcloth
transforms textile?
the problem only appears if there are only whitespaces
before the link..
is this a bug or am i doing something wrong?
thanks!
ciao!
florian
require "redcloth"
textile = "* foo
* foo
* foo
<a href='http://www.foo.com'>http://www.foo.com</a>"
puts RedCloth.new(textile).to_html
why is the foo.com link in the last list item when i redcloth
transforms textile?
the problem only appears if there are only whitespaces
before the link..
is this a bug or am i doing something wrong?
thanks!
ciao!
florian