type github.com/yuin/goldmark/extension/ast.TableCell

7 uses

	github.com/yuin/goldmark/extension/ast (current package)
		table.go#L134: type TableCell struct {
		table.go#L140: func (n *TableCell) Dump(source []byte, level int) {
		table.go#L148: func (n *TableCell) Kind() gast.NodeKind {
		table.go#L153: func NewTableCell() *TableCell {
		table.go#L154: 	return &TableCell{

	github.com/yuin/goldmark/extension
		table.go#L21: 	Cell        *ast.TableCell
		table.go#L477: 	n := node.(*ast.TableCell)