var github.com/yuin/goldmark/extension.tableDelimLeft

2 uses

	github.com/yuin/goldmark/extension (current package)
		table.go#L133: var tableDelimLeft = regexp.MustCompile(`^\s*\:\-+\s*$`)
		table.go#L260: 		if tableDelimLeft.Match(col) {