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

4 uses

	github.com/yuin/goldmark/ast (current package)
		block.go#L58: var KindDocument = NewNodeKind("Document")
		block.go#L72: 	return KindDocument

	github.com/yuin/goldmark/renderer/html
		html.go#L165: 	reg.Register(ast.KindDocument, r.renderDocument)

	golang.org/x/pkgsite/internal/postgres
		goldmark.go#L60: 		ast.KindDocument, ast.KindEmphasis, ast.KindFencedCodeBlock, ast.KindHTMLBlock,