golang.org/x/pkgsite/internal/frontend.htmlRenderer.renderHTMLBlock (method)

2 uses

	golang.org/x/pkgsite/internal/frontend (current package)
		goldmark.go#L84: 	reg.Register(ast.KindHTMLBlock, r.renderHTMLBlock)
		goldmark.go#L118: func (r *htmlRenderer) renderHTMLBlock(w util.BufWriter, source []byte, node ast.Node, entering bool) (ast.WalkStatus, error) {