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

2 uses

	github.com/yuin/goldmark/renderer/html (current package)
		html.go#L170: 	reg.Register(ast.KindHTMLBlock, r.renderHTMLBlock)
		html.go#L292: func (r *Renderer) renderHTMLBlock(w util.BufWriter, source []byte, node ast.Node, entering bool) (ast.WalkStatus, error) {