Sha256: d0fe64ff1d77972572478cbe4a19648e5a644f2ba373d8932edd1ab1952ef9ff

Contents?: true

Size: 642 Bytes

Versions: 2

Compression:

Stored size: 642 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">
  <tr>
    <th>Usage</th>
    <th>Output</th>
  </tr>
  <tr>
    <td>
Some *data*    </td>
    <td>
Some more    </td>
  </tr>
</table>

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
kramdown-0.10.0 test/testcases/block/09_html/html_to_native/table_simple.html
kramdown-0.9.0 test/testcases/block/09_html/html_to_native/table_simple.html