Sha256: 5ef95acd9ef9d02e196b176d4959cf2c8848dc4889bcf57fb3df40f25912b736

Contents?: true

Size: 901 Bytes

Versions: 2

Compression:

Stored size: 901 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>

<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.html
kramdown-2.5.0 test/testcases/block/09_html/html_to_native/table_simple.html