Update README.md

Strict is not a function
This commit is contained in:
hooligani 2021-01-11 21:54:08 +02:00 committed by GitHub
parent 6c741ae251
commit 3549ad5b05
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -280,7 +280,7 @@ markdown := goldmark.New(
[]byte("https:"),
}),
extension.WithLinkifyURLRegexp(
xurls.Strict(),
xurls.Strict,
),
),
),