func github.com/yuin/goldmark/parser.parseLinkDestination

3 uses

	github.com/yuin/goldmark/parser (current package)
		link.go#L262: 		destination, ok = parseLinkDestination(block)
		link.go#L290: func parseLinkDestination(block text.Reader) ([]byte, bool) {
		link_ref.go#L98: 	destination, ok := parseLinkDestination(block)