Roundup Tracker - Issues

Message7034

Author ced
Recipients ced
Date 2020-11-22.14:48:11
Message-id <1606056492.2.0.837254016337.issue2551104@roundup.psfhosted.org>
In-reply-to
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.
History
Date User Action Args
2020-11-22 14:48:12cedsetrecipients: + ced
2020-11-22 14:48:12cedsetmessageid: <1606056492.2.0.837254016337.issue2551104@roundup.psfhosted.org>
2020-11-22 14:48:12cedlinkissue2551104 messages
2020-11-22 14:48:12cedcreate