Skip to content
GitLab
  • Explore
  • Sign in

Admin message

Due to an influx of spam, we have had to temporarily disable account registrations. Please write an email to accountsupport@archlinux.org, with your desired username, if you want to get access. Sorry for the inconvenience.

  • Marcus Andersson
  • aurweb
  • Repository
  • aurweb
  • test
  • t2600-rendercomment.sh
Find file Blame History Permalink
  • Frédéric Mangano-Tarumi's avatar
    rendercomment: safer auto-linkification of URLs · 199f34e4
    Frédéric Mangano-Tarumi authored Feb 01, 2020 and Lukas Fleischer's avatar Lukas Fleischer committed Feb 02, 2020
    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's <https://...> syntax also used to get an
      extra pair of brackets.
    
    Signed-off-by: default avatarLukas Fleischer <lfleischer@archlinux.org>
    199f34e4