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

2 uses

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