var github.com/yuin/goldmark/ast.KindBlockquote

4 uses

	github.com/yuin/goldmark/ast (current package)
		block.go#L313: var KindBlockquote = NewNodeKind("Blockquote")
		block.go#L317: 	return KindBlockquote

	github.com/yuin/goldmark/renderer/html
		html.go#L167: 	reg.Register(ast.KindBlockquote, r.renderBlockquote)

	golang.org/x/pkgsite/internal/postgres
		goldmark.go#L59: 		ast.KindAutoLink, ast.KindBlockquote, ast.KindCodeBlock, ast.KindCodeSpan,