Ticket #23 (closed defect: wontfix)

Opened 5 years ago

Last modified 14 months ago

Bold and Italic Regexps fail across newlines

Reported by: justus@… Owned by: deveiant
Milestone: Old 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 5 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 5 years ago by deveiant

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

Changed 5 years ago by deveiant

  • status changed from new to assigned

Changed 4 years ago by deveiant

  • milestone changed from Markdown 1.0.1 to Bugfixes

Changed 14 months ago by deveiant

  • status changed from assigned to closed
  • resolution set to wontfix

Closing all BlueCloth 1 tickets. All known defects should be fixed by 2.0. Let me know if I've missed one.

Note: See TracTickets for help on using tickets.