const github.com/russross/blackfriday/v2.AutoHeadingIDs

4 uses

	github.com/russross/blackfriday/v2 (current package)
		block.go#L261: 		if id == "" && p.extensions&AutoHeadingIDs != 0 {
		block.go#L1505: 				if p.extensions&AutoHeadingIDs != 0 {
		markdown.go#L47: 	AutoHeadingIDs                                // Create the heading ID from the text

	golang.org/x/pkgsite/internal/frontend
		overview.go#L32: 	parser := blackfriday.New(blackfriday.WithExtensions(blackfriday.CommonExtensions | blackfriday.AutoHeadingIDs))