github.com/yuin/goldmark/ast.AutoLink.Label (method)

2 uses

	github.com/yuin/goldmark/ast (current package)
		inline.go#L501: func (n *AutoLink) Label(source []byte) []byte {

	github.com/yuin/goldmark/renderer/html
		html.go#L446: 	label := n.Label(source)