github.com/yuin/goldmark/parser.linkParser.parseReferenceLink (method)

2 uses

	github.com/yuin/goldmark/parser (current package)
		link.go#L155: 		link, hasValue = s.parseReferenceLink(parent, last, block, pc)
		link.go#L224: func (s *linkParser) parseReferenceLink(parent ast.Node, last *linkLabelState, block text.Reader, pc Context) (*ast.Link, bool) {