diff options
Diffstat (limited to 'internal/text/plain.go')
| -rw-r--r-- | internal/text/plain.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/text/plain.go b/internal/text/plain.go index ee4947bf7..17e2800ec 100644 --- a/internal/text/plain.go +++ b/internal/text/plain.go @@ -168,7 +168,7 @@ func (f *Formatter) fromPlain( }, // Turns URLs into links. extension.NewLinkify( - extension.WithLinkifyURLRegexp(regexes.LinkScheme), + extension.WithLinkifyURLRegexp(regexes.URLLike), ), ), ) |
