func github.com/yuin/goldmark/renderer/html.IsDangerousURL

3 uses

	github.com/yuin/goldmark/renderer/html (current package)
		html.go#L521: 		if r.Unsafe || !IsDangerousURL(n.Destination) {
		html.go#L564: 	if r.Unsafe || !IsDangerousURL(n.Destination) {
		html.go#L794: func IsDangerousURL(url []byte) bool {