Ticket #10 (closed defect: fixed)

Opened 4 years ago

Last modified 4 years ago

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

Changed 4 years ago by deveiant

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

Confirmed with a test in changeset:47, fixed in changeset:46. Will be released with 0.04b.

Note: See TracTickets for help on using tickets.