Ticket #23 (closed defect: wontfix)
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
comment:1 Changed 6 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
Note: See
TracTickets for help on using
tickets.
