Ticket #25 (closed defect: duplicate)
strong and em fail on 2-character entities
| Reported by: | justus@… | Owned by: | deveiant |
|---|---|---|---|
| Milestone: | Markdown 1.0.1 | Component: | MarkdownSyntax |
| Version: | 1.0.0 | Severity: | normal |
| Keywords: | small word emphasis strong | Cc: |
Description
The regexp for Bold and Italic don't work if you try it on a two-character word.
_me_ **hi**
Instead of .+? I think it should be .*?
Change History
Note: See
TracTickets for help on using
tickets.

Thanks for the report. This will be fixed in the next release.