Merge pull request #443 from philipparndt/patch-1

docu: update example as it will not build
This commit is contained in:
Yusuke Inuzuka 2024-02-29 14:35:50 +09:00 committed by GitHub
commit 4f3074451e
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(),
), ),
), ),
), ),