type github.com/yuin/goldmark/parser.IDs

8 uses

	github.com/yuin/goldmark/parser (current package)
		parser.go#L57: type IDs interface {
		parser.go#L69: func newIDs() IDs {
		parser.go#L158: 	IDs() IDs
		parser.go#L209: 	IDs IDs
		parser.go#L216: func WithIDs(ids IDs) ContextOption {
		parser.go#L224: 	ids           IDs
		parser.go#L271: func (p *parseContext) IDs() IDs {

	golang.org/x/pkgsite/internal/frontend
		goldmark.go#L173: func newIDs() parser.IDs {