Sha256: 749c9d520693aa0cddbee42d6d8e84f3ed171d2faeca7dc2cf68b43cfa25fac4
Contents?: true
Size: 1.37 KB
Versions: 17
Compression:
Stored size: 1.37 KB
Contents
<p>Simple header</p> <table> <thead> <tr> <th>cell1</th> <th>cell2</th> </tr> </thead> <tbody> <tr> <td>cell3</td> <td>cell4</td> </tr> </tbody> </table> <p>Full header</p> <table> <thead> <tr> <th>cell1</th> <th>cell2</th> </tr> </thead> <tbody> <tr> <td>cell3</td> <td>cell4</td> </tr> </tbody> </table> <p>With alignment and superfluous alignment defs</p> <table> <col /> <col align="left" /> <col align="center" /> <col align="right" /> <col /> <thead> <tr> <th>default</th> <th>left</th> <th>center</th> <th>right</th> <th>default</th> </tr> </thead> <tbody> <tr> <td>cell1</td> <td>cell2</td> <td>cell3</td> <td>cell4</td> <td>cell5</td> </tr> </tbody> </table> <p>With leading sep line</p> <table> <thead> <tr> <th>cell1</th> <th>cell2</th> </tr> </thead> <tbody> <tr> <td>cell3</td> <td>cell4</td> </tr> </tbody> </table> <p>Multiple bodies</p> <table> <col align="center" /> <col /> <thead> <tr> <th>cell1</th> <th>cell2</th> </tr> </thead> <tbody> <tr> <td>cell3</td> <td>cell4</td> </tr> </tbody> <tbody> <tr> <td>cell5</td> <td>cell6</td> </tr> </tbody> </table>
Version data entries
17 entries across 17 versions & 4 rubygems