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

10 uses

	github.com/russross/blackfriday/v2 (current package)
		smartypants.go#L34: func tolower(c byte) byte {
		smartypants.go#L126: 		t1 := tolower(text[1])
		smartypants.go#L144: 			t2 := tolower(text[2])
		smartypants.go#L168: 		t1 := tolower(text[1])
		smartypants.go#L169: 		t2 := tolower(text[2])
		smartypants.go#L334: 			if len(text) < 4 || wordBoundary(text[3]) && text[3] != '/' || (len(text) >= 5 && tolower(text[3]) == 't' && tolower(text[4]) == 'h') {
		smartypants.go#L341: 			if len(text) < 4 || wordBoundary(text[3]) && text[3] != '/' || (len(text) >= 6 && tolower(text[3]) == 't' && tolower(text[4]) == 'h' && tolower(text[5]) == 's') {