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

4 uses

	github.com/russross/blackfriday/v2 (current package)
		inline.go#L1039: func helperFindEmphChar(data []byte, c byte) int {
		inline.go#L1121: 		length := helperFindEmphChar(data[i:], c)
		inline.go#L1156: 		length := helperFindEmphChar(data[i:], c)
		inline.go#L1182: 		length := helperFindEmphChar(data[i:], c)