[chore] Review comments

This commit is contained in:
Daenney 2025-03-24 13:43:15 +01:00
commit 77a33f6fb0
4 changed files with 7 additions and 7 deletions

View file

@ -168,7 +168,7 @@ func (f *Formatter) fromPlain(
},
// Turns URLs into links.
extension.NewLinkify(
extension.WithLinkifyURLRegexp(regexes.URL),
extension.WithLinkifyURLRegexp(regexes.URLLike),
),
),
)