func github.com/russross/blackfriday/v2.helperEmphasis

3 uses

	github.com/russross/blackfriday/v2 (current package)
		inline.go#L96: 		ret, node := helperEmphasis(p, data[1:], c)
		inline.go#L1112: func helperEmphasis(p *Markdown, data []byte, c byte) (int, *Node) {
		inline.go#L1203: 			length, node := helperEmphasis(p, origData[offset-2:], c)