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

2 uses

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

	github.com/yuin/goldmark/renderer/html
		html.go#L445: 	url := n.URL(source)