github.com/yuin/goldmark/renderer/html.Renderer.renderTextBlock (method)

2 uses

	github.com/yuin/goldmark/renderer/html (current package)
		html.go#L174: 	reg.Register(ast.KindTextBlock, r.renderTextBlock)
		html.go#L392: func (r *Renderer) renderTextBlock(w util.BufWriter, source []byte, n ast.Node, entering bool) (ast.WalkStatus, error) {