func github.com/yuin/goldmark/extension/ast.NewTableCell

3 uses

	github.com/yuin/goldmark/extension/ast (current package)
		table.go#L153: func NewTableCell() *TableCell {

	github.com/yuin/goldmark/extension
		table.go#L207: 		node := ast.NewTableCell()
		table.go#L240: 		row.AppendChild(row, ast.NewTableCell())