Sha256: 990c55f2eed7a86d2ba69651135a9ee547e310f2bc0af22d952ce85ecc51233a
Contents?: true
Size: 763 Bytes
Versions: 2
Compression:
Stored size: 763 Bytes
Contents
<table class="examples"> <tr> <td>Usage</td> <td> Output </td> </tr> <tr> <td>Some *data*</td> <td> Some more </td> </tr> </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"> <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> </table> <table class="examples"> <tr> <th>Usage</th> <th> Output </th> </tr> <tr> <td>Some *data*</td> <td> Some more </td> </tr> </table> <table> </table>
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
kramdown-2.5.1 | test/testcases/block/09_html/html_to_native/table_simple.text |
kramdown-2.5.0 | test/testcases/block/09_html/html_to_native/table_simple.text |