github.com/yuin/goldmark/parser.reference.destination (field)

3 uses

	github.com/yuin/goldmark/parser (current package)
		parser.go#L31: 	destination []byte
		parser.go#L45: 	return r.destination
		parser.go#L53: 	return fmt.Sprintf("Reference{Label:%s, Destination:%s, Title:%s}", r.label, r.destination, r.title)