[issue2551104] Markdown autolink not properly rendered when next to punctuation

Cédric Krier <[email protected]>
Newsgroups gmane.comp.bug-tracking.roundup.devel
Message-ID <[email protected]>
New submission from Cédric Krier:

Since the fix of issue2551096, markdown string like

    [label](http://example.com/).

does not render properly because "http://example.com/)." is considered as the URL. As it does not end by ')', the markdown is converted into

    [label](<http://example.com/).>

Here is a patch to tries to find a closing ')' in the matching URL to let markdown link render it.

----------
components: Web interface
files: markdown-link.patch
keywords: patch
messages: 7034
nosy: ced
severity: normal
status: new
title: Markdown autolink not properly rendered when next to punctuation
type: behavior
versions: 2.0.0

_________________________________________________
Roundup tracker <[email protected]>
<https://issues.roundup-tracker.org/issue2551104>
_________________________________________________


_______________________________________________
Roundup-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/roundup-devel
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.