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

2 uses

	github.com/yuin/goldmark/parser (current package)
		link.go#L270: 			title, ok = parseLinkTitle(block)
		link.go#L331: func parseLinkTitle(block text.Reader) ([]byte, bool) {