func github.com/yuin/goldmark/util.IsEscapedPunctuation

2 uses

	github.com/yuin/goldmark/util (current package)
		util.go#L98: func IsEscapedPunctuation(source []byte, i int) bool {

	github.com/yuin/goldmark/parser
		atx_heading.go#L113: 			if util.IsEscapedPunctuation(line, j) {