2 Feb
2020
2 Feb
'20
11:10 a.m.
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 <https://...>`.
- Links written with markdown\u2019s <https://...> syntax also used to get an extra pair of brackets. --- aurweb/scripts/rendercomment.py | 19 +++++++++++-------- test/t2600-rendercomment.sh | 15 +++++++++++++-- 2 files changed, 24 insertions(+), 10 deletions(-)
Great! Merged into pu, thanks!