func github.com/yuin/goldmark/parser.NewContext

3 uses

	github.com/yuin/goldmark/parser (current package)
		parser.go#L234: func NewContext(options ...ContextOption) Context {
		parser.go#L856: 		c.Context = NewContext()

	golang.org/x/pkgsite/internal/frontend
		readme.go#L129: 	pctx := parser.NewContext(parser.WithIDs(newIDs()))