github.com/russross/blackfriday/v2.reference.text (field)

4 uses

	github.com/russross/blackfriday/v2 (current package)
		inline.go#L451: 			altContent = lr.text
		markdown.go#L207: 				text:     []byte(r.Text)}, true
		markdown.go#L533: 	text []byte // only gets populated by refOverride feature with Reference.Text
		markdown.go#L538: 		r.link, r.title, r.text, r.noteID, r.hasBlock)