Sha256: 53a9dcff8ac31d5620ab14f30259787c48b8685805ad63a5c2fb3fc7754dc9ad

Contents?: true

Size: 1.8 KB

Versions: 5

Compression:

Stored size: 1.8 KB

Contents

<table>
  <tbody>
    <tr>
      <td>cell1</td>
      <td>cell2</td>
    </tr>
    <tr>
      <td>cell3</td>
      <td>cell4</td>
    </tr>
    <tr>
      <td>cell5</td>
      <td>cell6 |</td>
    </tr>
    <tr>
      <td>cell7</td>
      <td>cell8</td>
    </tr>
  </tbody>
</table>

<p>Missing cells at end</p>

<table>
  <tbody>
    <tr>
      <td>cell1</td>
      <td>cell2</td>
      <td>cell3</td>
    </tr>
    <tr>
      <td>cell1</td>
      <td>&nbsp;</td>
      <td>&nbsp;</td>
    </tr>
    <tr>
      <td>&nbsp;</td>
      <td>cell2</td>
      <td>cell3</td>
    </tr>
  </tbody>
</table>

<p>Escaped pipe characters</p>

<table>
  <tbody>
    <tr>
      <td>cell1 | cell1</td>
      <td>cell2</td>
    </tr>
    <tr>
      <td>cell1</td>
      <td>cell2 |</td>
    </tr>
    <tr>
      <td>cell1 <code>|</code> con</td>
      <td>cell2</td>
    </tr>
  </tbody>
</table>

<table class="cls">
  <tbody>
    <tr>
      <td>table</td>
      <td>with</td>
      <td>ial</td>
    </tr>
  </tbody>
</table>

<table class="cls">
  <tbody>
    <tr>
      <td>table</td>
      <td>with</td>
      <td>ial</td>
    </tr>
  </tbody>
</table>

<p>not starting with a bar</p>

<table>
  <tbody>
    <tr>
      <td>simple</td>
      <td>table</td>
    </tr>
  </tbody>
</table>

<table>
  <thead>
    <tr>
      <th>head1</th>
      <th>head2</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td>cell1</td>
      <td>cell2</td>
    </tr>
  </tbody>
</table>

<table>
  <thead>
    <tr>
      <th>head1</th>
      <th>head2</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td>&nbsp;</td>
      <td>cell2</td>
    </tr>
  </tbody>
</table>

<table>
  <tbody>
    <tr>
      <td>a</td>
      <td>b</td>
    </tr>
    <tr>
      <td>c</td>
      <td>d</td>
    </tr>
    <tr>
      <td>e</td>
      <td>f</td>
    </tr>
  </tbody>
</table>

Version data entries

5 entries across 5 versions & 3 rubygems

Version Path
radiant-1.0.0.rc2 vendor/extensions/markdown_filter/vendor/kramdown/test/testcases/block/14_table/simple.html
radiant-1.0.0.rc1 vendor/extensions/markdown_filter/vendor/kramdown/test/testcases/block/14_table/simple.html
kramdown-0.12.0 test/testcases/block/14_table/simple.html
newstile-1.0.1 test/testcases/block/14_table/simple.html
kramdown-0.11.0 test/testcases/block/14_table/simple.html