Ticket #37 (assigned defect)
Embedded html tags parsed incorrectly when single line html tag pair followed by multiline pair
| Reported by: | pat@… | Owned by: | deveiant |
|---|---|---|---|
| Priority: | normal | Milestone: | Bugfixes |
| Component: | API | Version: | 1.0.0 |
| Severity: | normal | Keywords: | bug multiline parsing |
| Cc: |
Description
Using Ruby 1.8.3 on Ubuntu. Using BlueCloth 1.0.0
file:
<p></p> Heading ------- <p> </p>
cat file | bluecloth
Produces html-ized output with Heading left untouched (i.e. it is not converted into an <h2> as I would expect).
Change History
Note: See
TracTickets for help on using
tickets.
