Sha256: 91c0dec60f7b9128d2f2fe56c6850fb2b48f9d2a9d1d192e50c269bbfe195300
Contents?: true
Size: 718 Bytes
Versions: 4
Compression:
Stored size: 718 Bytes
Contents
<html> <body> some text... <table> <tr> <th>header 1</th> <th>header 2</th> <th>header 3</th> </tr> <tr> <td>data 1-1</td> <td>data 2-1</td> <td>data 3-1</td> </tr> <tr> <td>data 1-2</td> <td>data 2-2</td> <td>data 3-2</td> </tr> </table> <table> <tr> <th><i>header oblique</i></th> <th><strong>header bold</strong></th> <th><code>header code</code></th> </tr> <tr> <td><i>data oblique</i></td> <td><strong>data bold</strong></td> <td><code>data code</code></td> </tr> </table> some text... </body> </html>
Version data entries
4 entries across 4 versions & 1 rubygems