Ticket #32 (closed defect: duplicate)

Opened 3 years ago

Last modified 3 years ago

Short words won't become italicized

Reported by: anonymous Owned by: deveiant
Priority: normal Milestone: Markdown 1.0.1
Component: MarkdownSyntax Version: 1.0.0
Severity: normal Keywords: bug bold asterisks shortwords
Cc:

Description

I'm noticing that using Bluecloth 1.0 in Ruby on Rails, anything two letters or shorter won't become bolded when wrapped in asterisks (*). For example:

This is *me* bolded.

Me WILL NOT be bolded.

This is *mee* bolded.

Me WILL be bolded. This is a really frustrating bug because it comes up from time to time and the only way to get around it is to change what word you're using, which is crazy since formatting should not force you to change edit.

Change History

Changed 3 years ago by deveiant

  • priority changed from highest to normal
  • status changed from new to closed
  • resolution set to duplicate
  • severity changed from blocker to normal

Duplicate of #13.

Note: See TracTickets for help on using tickets.