Lucas Carlson wrote:
>Hi all, I can dive into it and figure out why using hard_breaks
>breaks RedCloth parsing so badly since 3.0.4, but I was wondering if
>someone could point me to the right direction. Thanks!
>
>
It''s probably the updated hard_breaks code, which was changed to handle
bug #1760 on Rubyforge. Try the latest code in SVN. If it breaks, swap
in the hard_breaks method from the previous revision.
Now, if you''re still seeing the error, hand out some test cases and
I''m
sure it''s something minor. I should start adding hard_breaks tests to
some of the existing tests.
_why