File: trailing_table_whitespace.html

package info (click to toggle)
python-markdown2 2.5.4-1
  • links: PTS, VCS
  • area: main
  • in suites: experimental
  • size: 6,492 kB
  • sloc: python: 6,201; perl: 1,493; php: 865; makefile: 37
file content (22 lines) | stat: -rw-r--r-- 400 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<table>
<thead>
<tr>
  <th>Pros</th>
  <th>Cons</th>
</tr>
</thead>
<tbody>
<tr>
  <td>Unique and refreshing take on the genre</td>
  <td>May not resonate with all viewers</td>
</tr>
<tr>
  <td>Cult classic status</td>
  <td>Over-the-top humor may polarize audiences</td>
</tr>
<tr>
  <td>Influential in launching careers</td>
  <td>Niche appeal among comedy aficionados</td>
</tr>
</tbody>
</table>