Re: [PATCH] rendercomment: safer auto-linkification of URLs

2020-02-02 Thread Lukas Fleischer
On Sat, 01 Feb 2020 at 19:07:41, Frédéric Mangano-Tarumi wrote: > Fixes a few edge cases: > > - URLs within code blocks used to get redundant <> added, breaking bash > code snippets like `curl https://...` into `curl `. > > - Links written with markdown\u2019s syntax also used to get an >

[PATCH] rendercomment: safer auto-linkification of URLs

2020-02-01 Thread Frédéric Mangano-Tarumi
Fixes a few edge cases: - URLs within code blocks used to get redundant <> added, breaking bash code snippets like `curl https://...` into `curl `. - Links written with markdown’s syntax also used to get an extra pair of brackets. --- aurweb/scripts/rendercomment.py | 19