type github.com/yuin/goldmark.Extender

9 uses

	github.com/yuin/goldmark (current package)
		markdown.go#L58: func WithExtensions(ext ...Extender) Option {
		markdown.go#L95: 	extensions []Extender
		markdown.go#L103: 		extensions: []Extender{},
		markdown.go#L137: type Extender interface {

	github.com/yuin/goldmark/extension
		footnote.go#L649: func NewFootnote(opts ...FootnoteOption) goldmark.Extender {
		linkify.go#L295: func NewLinkify(opts ...LinkifyOption) goldmark.Extender {
		table.go#L534: func NewTable(opts ...TableOption) goldmark.Extender {
		typographer.go#L313: func NewTypographer(opts ...TypographerOption) goldmark.Extender {

	github.com/yuin/goldmark-emoji
		emoji.go#L332: func New(opts ...Option) goldmark.Extender {