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

4 uses

	github.com/yuin/goldmark/ast (current package)
		block.go#L113: var KindTextBlock = NewNodeKind("TextBlock")
		block.go#L117: 	return KindTextBlock

	github.com/yuin/goldmark/renderer/html
		html.go#L174: 	reg.Register(ast.KindTextBlock, r.renderTextBlock)

	golang.org/x/pkgsite/internal/postgres
		goldmark.go#L62: 		ast.KindParagraph, ast.KindRawHTML, ast.KindString, ast.KindTextBlock,