type github.com/yuin/goldmark/ast.Image

8 uses

	github.com/yuin/goldmark/ast (current package)
		inline.go#L406: type Image struct {
		inline.go#L411: func (n *Image) Dump(source []byte, level int) {
		inline.go#L422: func (n *Image) Kind() NodeKind {
		inline.go#L427: func NewImage(link *Link) *Image {
		inline.go#L428: 	c := &Image{

	github.com/yuin/goldmark/renderer/html
		html.go#L562: 	n := node.(*ast.Image)

	golang.org/x/pkgsite/internal/frontend
		goldmark.go#L42: 		case *ast.Image:

	golang.org/x/pkgsite/internal/postgres
		goldmark.go#L36: 		case *ast.Image: