github.com/russross/blackfriday/v2.HeadingData.HeadingID (field)
9 uses
github.com/russross/blackfriday/v2 (current package)
block.go#L265: block.HeadingID = id
block.go#L1511: block.HeadingID = id
html.go#L668: if node.HeadingID != "" {
html.go#L669: id := r.ensureUniqueHeadingID(node.HeadingID)
html.go#L908: node.HeadingID = fmt.Sprintf("toc_%d", headingCount)
node.go#L108: HeadingID string // This might hold heading ID, if present
golang.org/x/pkgsite/internal/frontend
overview.go#L43: if node.HeadingID != "" {
overview.go#L46: node.HeadingID = "readme-" + node.HeadingID
![]() |
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. |