Sha256: 749c9d520693aa0cddbee42d6d8e84f3ed171d2faeca7dc2cf68b43cfa25fac4

Contents?: true

Size: 1.37 KB

Versions: 17

Compression:

Stored size: 1.37 KB

Contents

<p>Simple header</p>

<table>
  <thead>
    <tr>
      <th>cell1</th>
      <th>cell2</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td>cell3</td>
      <td>cell4</td>
    </tr>
  </tbody>
</table>

<p>Full header</p>

<table>
  <thead>
    <tr>
      <th>cell1</th>
      <th>cell2</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td>cell3</td>
      <td>cell4</td>
    </tr>
  </tbody>
</table>

<p>With alignment and superfluous alignment defs</p>

<table>
  <col />
  <col align="left" />
  <col align="center" />
  <col align="right" />
  <col />
  <thead>
    <tr>
      <th>default</th>
      <th>left</th>
      <th>center</th>
      <th>right</th>
      <th>default</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td>cell1</td>
      <td>cell2</td>
      <td>cell3</td>
      <td>cell4</td>
      <td>cell5</td>
    </tr>
  </tbody>
</table>

<p>With leading sep line</p>

<table>
  <thead>
    <tr>
      <th>cell1</th>
      <th>cell2</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td>cell3</td>
      <td>cell4</td>
    </tr>
  </tbody>
</table>

<p>Multiple bodies</p>

<table>
  <col align="center" />
  <col />
  <thead>
    <tr>
      <th>cell1</th>
      <th>cell2</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td>cell3</td>
      <td>cell4</td>
    </tr>
  </tbody>
  <tbody>
    <tr>
      <td>cell5</td>
      <td>cell6</td>
    </tr>
  </tbody>
</table>

Version data entries

17 entries across 17 versions & 4 rubygems

Version Path
radiant-1.0.0.rc2 vendor/extensions/markdown_filter/vendor/kramdown/test/testcases/block/14_table/header.html
radiant-1.0.0.rc1 vendor/extensions/markdown_filter/vendor/kramdown/test/testcases/block/14_table/header.html
kramdown-0.13.2 test/testcases/block/14_table/header.html
kramdown-0.13.1 test/testcases/block/14_table/header.html
radiantcms-couchrest_model-0.1.4 vendor/extensions/markdown_filter/vendor/kramdown/test/testcases/block/14_table/header.html
kramdown-0.12.0 test/testcases/block/14_table/header.html
newstile-1.0.1 test/testcases/block/14_table/header.html
kramdown-0.11.0 test/testcases/block/14_table/header.html
kramdown-0.10.0 test/testcases/block/14_table/header.html
radiant-0.9.1 vendor/extensions/markdown_filter/vendor/kramdown/test/testcases/block/14_table/header.html
kramdown-0.9.0 test/testcases/block/14_table/header.html
kramdown-0.8.0 test/testcases/block/14_table/header.html
kramdown-0.7.0 test/testcases/block/14_table/header.html
radiant-0.9.0.rc2 vendor/extensions/markdown_filter/vendor/kramdown/test/testcases/block/14_table/header.html
kramdown-0.6.0 test/testcases/block/14_table/header.html
kramdown-0.5.0 test/testcases/block/14_table/header.html
kramdown-0.4.0 test/testcases/block/14_table/header.html