Ticket #25 (closed defect: duplicate)
strong and em fail on 2-character entities
| Reported by: | justus@… | Owned by: | deveiant |
|---|---|---|---|
| Priority: | normal | 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.
