github.com/russross/blackfriday/v2.HTMLRenderer.headingIDs (field)

8 uses

	github.com/russross/blackfriday/v2 (current package)
		html.go#L112: 	headingIDs map[string]int
		html.go#L142: 		headingIDs: make(map[string]int),
		html.go#L249: 	for count, found := r.headingIDs[id]; found; count, found = r.headingIDs[id] {
		html.go#L252: 		if _, tmpFound := r.headingIDs[tmp]; !tmpFound {
		html.go#L253: 			r.headingIDs[id] = count + 1
		html.go#L260: 	if _, found := r.headingIDs[id]; !found {
		html.go#L261: 		r.headingIDs[id] = 0