markdown.php =================================================================== --- markdown.php (revision 4885) +++ markdown.php (working copy) @@ -2351,6 +2351,7 @@ $rows = explode("\n", trim($content, "\n")); $text .= "
\n"; + $tclass = 'odd'; foreach ($rows as $row) { # Parsing span elements, including code spans, character escapes, # and inline HTML tags, so that pipes inside those gets ignored. @@ -2360,10 +2361,15 @@ $row_cells = preg_split('/ *[|] */', $row, $col_count); $row_cells = array_pad($row_cells, $col_count, ''); - $text .= "