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
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |