github.com/yuin/goldmark/renderer/html.Config.Unsafe (field)

12 uses

	github.com/yuin/goldmark/renderer/html (current package)
		html.go#L18: 	Unsafe    bool
		html.go#L27: 		Unsafe:    false,
		html.go#L39: 		c.Unsafe = value.(bool)
		html.go#L131: 	c.Unsafe = true
		html.go#L295: 		if r.Unsafe {
		html.go#L306: 			if r.Unsafe {
		html.go#L521: 		if r.Unsafe || !IsDangerousURL(n.Destination) {
		html.go#L564: 	if r.Unsafe || !IsDangerousURL(n.Destination) {
		html.go#L590: 	if r.Unsafe {

	golang.org/x/pkgsite/internal/frontend
		goldmark.go#L121: 		if r.Unsafe {
		goldmark.go#L136: 			if r.Unsafe {
		goldmark.go#L151: 	if r.Unsafe {