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

2 uses

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