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

2 uses

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