Ticket #7 (closed defect: fixed)

Opened 4 years ago

Last modified 4 years ago

Two sets of bold text on one line doesn't render properly

Reported by: deveiant Owned by: deveiant
Priority: high Milestone: Previous Releases
Component: MarkdownSyntax Version: 0.0.4b
Severity: normal Keywords: old bugs bold text
Cc:

Description

If using double asterisks to bold text, it fails to render properly if used twice on one line.

**E**xtended **TURN**

renders as:

<b>E*<i>xtended</i> *TURN</b>

instead of:

<b>E</b>xtended <b>TURN</b>

Change History

Changed 4 years ago by deveiant

  • status changed from new to closed
  • resolution set to fixed

It's actually a bug in bolding (or <em>phasizing) single characters. Confirmed with tests that double-bolds on a single line works, then that bolding single characters didn't. Fix committed in changeset:45. Will be included with the 0.0.4b release.

Note: See TracTickets for help on using tickets.