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

3 uses

	github.com/yuin/goldmark/parser (current package)
		parser.go#L213: type ContextOption func(*ContextConfig)
		parser.go#L216: func WithIDs(ids IDs) ContextOption {
		parser.go#L234: func NewContext(options ...ContextOption) Context {