Ticket #25 (closed defect: duplicate)

Opened 3 years ago

Last modified 3 years ago

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

Changed 3 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.

Changed 3 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.