type github.com/yuin/goldmark/parser.linkParser

9 uses

	github.com/yuin/goldmark/parser (current package)
		link.go#L101: type linkParser struct {
		link.go#L104: var defaultLinkParser = &linkParser{}
		link.go#L111: func (s *linkParser) Trigger() []byte {
		link.go#L117: func (s *linkParser) Parse(parent ast.Node, block text.Reader, pc Context) ast.Node {
		link.go#L185: func (s *linkParser) containsLink(last *linkLabelState) bool {
		link.go#L209: func (s *linkParser) processLinkLabel(parent ast.Node, link *ast.Link, last *linkLabelState, pc Context) {
		link.go#L224: func (s *linkParser) parseReferenceLink(parent ast.Node, last *linkLabelState, block text.Reader, pc Context) (*ast.Link, bool) {
		link.go#L253: func (s *linkParser) parseLink(parent ast.Node, last *linkLabelState, block text.Reader, pc Context) *ast.Link {
		link.go#L368: func (s *linkParser) CloseBlock(parent ast.Node, block text.Reader, pc Context) {