const github.com/russross/blackfriday/v2.Image

8 uses

	github.com/russross/blackfriday/v2 (current package)
		html.go#L590: 	case Image:
		inline.go#L567: 		linkNode = NewNode(Image)
		node.go#L26: 	Image
		node.go#L53: 	Image:          "Image",
		node.go#L224: 	case Image:

	golang.org/x/pkgsite/internal/frontend
		overview.go#L48: 		case blackfriday.Image, blackfriday.Link:
		overview.go#L49: 			useRaw := node.Type == blackfriday.Image

	golang.org/x/pkgsite/internal/postgres
		searchdoc.go#L195: 	case blackfriday.Image: