Merge pull request #184 from hooligani/patch-1

Update README.md
This commit is contained in:
Yusuke Inuzuka 2021-01-29 16:52:34 +09:00 committed by GitHub
commit 4422fe4f7b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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