Ticket #10 (closed defect: fixed)
Unresolved URL markup doubles trailing character
| Reported by: | deveiant | Owned by: | deveiant |
|---|---|---|---|
| Priority: | high | Milestone: | Previous Releases |
| Component: | MarkdownSyntax | Version: | 0.0.4b |
| Severity: | normal | Keywords: | markdown syntax link doubling character |
| Cc: |
Description
When processing a link that doesn't get resolved, BlueCloth mistakenly inserts the character trailing the link twice. This can most easily be observed with something like the following:
This is an unresolved [url][1].
Which becomes:
<p>This is an unresolved [url][1]..</p>
Expected behaviour is to render the link in place as-is with no additional trailing characters.
Change History
Note: See
TracTickets for help on using
tickets.
