Ticket #37 (assigned defect)

Opened 3 years ago

Last modified 2 years ago

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

Changed 3 years ago by anonymous

  • version set to 1.0.0

Changed 3 years ago by deveiant

  • keywords bug multiline parsing added
  • status changed from new to assigned
  • milestone set to Markdown 1.0.1

Thanks for the report and the testcase.

Changed 2 years ago by deveiant

  • milestone changed from Markdown 1.0.1 to Bugfixes
Note: See TracTickets for help on using tickets.