Sha256: a53fd7f1eaa6f92071e42cebcc8e6b9954235ffb23b43af5317d80921cce8a7c
Contents?: true
Size: 883 Bytes
Versions: 107
Compression:
Stored size: 883 Bytes
Contents
<table class="examples"> <tbody> <tr> <td>Usage</td> <td>Output</td> </tr> <tr> <td>Some *data*</td> <td>Some more</td> </tr> </tbody> </table> <table class="examples"> <thead> <tr> <th>Usage</th> <th>Output</th> </tr> </thead> <tbody> <tr> <td>Some *data*</td> <td>Some more</td> </tr> </tbody> <tfoot> <tr> <td>foot</td> <td>locker</td> </tr> </tfoot> </table> <table class="examples"> <tbody> <tr> <td style="text-align: left">Usage</td> <td style="width: 10em">Output</td> </tr> <tr> <td style="text-align: left">Some *data*</td> <td>Some more</td> </tr> </tbody> </table> <table class="examples"> <tr> <th>Usage</th> <th> Output </th> </tr> <tr> <td>Some *data*</td> <td> Some more </td> </tr> </table>
Version data entries
107 entries across 103 versions & 24 rubygems