search for: li_open

Displaying 1 result from an estimated 1 matches for "li_open".

Did you mean: ei_open
2011 Jan 13
9
spurious <li> generated when list followed by 3
...rspec test that exposes this bug: https://github.com/jgarber/redcloth/pull/1 I checked and the bug is present on master. I just took a look at the ragel code but it''s been quite a while since I''ve used ragel and it''s not quite as easy to parse as Ruby ;-) Seems like li_open in lib/redcloth/formatters/html.rb is being called incorrectly when the thrid newline is parsed. Here are the locations in the code where li_open is referenced: $ ack --all-types li_open ext/redcloth_scan/redcloth.h 202: ASET("type", "li_open"); ext/redcloth_scan...