type github.com/yuin/goldmark/extension.table

4 uses

	github.com/yuin/goldmark/extension (current package)
		table.go#L524: type table struct {
		table.go#L529: var Table = &table{
		table.go#L535: 	return &table{
		table.go#L540: func (e *table) Extend(m goldmark.Markdown) {