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

3 uses

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