docu: update example as it will not build

This commit is contained in:
Philipp Arndt 2024-02-19 07:56:40 +01:00 committed by GitHub
parent 848dc66530
commit 4675c66d3d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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