Home | History | Annotate | Download | only in PHP-Markdown-Extra-1.2.3

Lines Matching full:cell

2270         #   | Cell 1   | Cell 2
2271 # | Cell 3 | Cell 4
2298 # Cell 1 | Cell 2
2299 # Cell 3 | Cell 4
2374 # Split row by cell.
2379 foreach ($row_cells as $n => $cell)
2380 $text .= " <td$attr[$n]>".$this->runSpanGamut(trim($cell))."</td>\n";