Ticket #7 (closed defect: fixed)
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
Note: See
TracTickets for help on using
tickets.
