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

7 uses

	github.com/yuin/goldmark/extension (current package)
		table.go#L20: type escapedPipeCell struct {
		table.go#L206: 		var escapedCell *escapedPipeCell
		table.go#L220: 						escapedCell = &escapedPipeCell{node, []int{}, false}
		table.go#L223: 								return []*escapedPipeCell{}
		table.go#L224: 							}).([]*escapedPipeCell)
		table.go#L291: 	for _, v := range lst.([]*escapedPipeCell) {
		table.go#L309: 				for _, v := range lst.([]*escapedPipeCell) {