Ticket #25 (closed defect: duplicate)

Opened 5 years ago

Last modified 5 years ago

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

comment:1 Changed 5 years ago by deveiant

  • Keywords small word emphasis strong added
  • Status changed from new to assigned
  • Version set to 1.0.0
  • Component changed from API to MarkdownSyntax
  • Milestone set to Markdown 1.0.1

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

comment:2 Changed 5 years ago by deveiant

  • Status changed from assigned to closed
  • Resolution set to duplicate

Duplicate of #13.

Note: See TracTickets for help on using tickets.