Ticket #23 (assigned defect)

Opened 3 years ago

Last modified 2 years ago

Bold and Italic Regexps fail across newlines

Reported by: justus@… Owned by: deveiant
Priority: high Milestone: Bugfixes
Component: MarkdownSyntax Version: 1.0.0fc2
Severity: normal Keywords: bold italic newlines
Cc:

Description

Given input like:

_some italicized
text with a line break_

BlueCloth fails to render it properly. The perl Markdown will put tags around the entire text.

This can be fixed easily by adding the "m" modifier to the BoldRegexp? and ItalicRegexp? variables to cause them to look beyond a newline for the closing part of the Markdown tag.

Change History

Changed 3 years ago by anonymous

  • status changed from new to assigned
  • severity changed from major to normal
  • component changed from API to MarkdownSyntax
  • owner changed from deveiant to anonymous
  • version set to 1.0.0fc2
  • milestone set to Markdown 1.0.1
  • keywords bold italic newlines added

Changed 3 years ago by deveiant

  • owner changed from anonymous to deveiant
  • status changed from assigned to new

Changed 3 years ago by deveiant

  • status changed from new to assigned

Changed 2 years ago by deveiant

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