Sha256: 4652d93da7aaa784f93c54c0c0f891599413f9af9c712b424326dfb2d5b41089

Contents?: true

Size: 1.47 KB

Versions: 50

Compression:

Stored size: 1.47 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>
  <thead>
    <tr>
      <th>default</th>
      <th style="text-align: left">left</th>
      <th style="text-align: center">center</th>
      <th style="text-align: right">right</th>
      <th>default</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td>cell1</td>
      <td style="text-align: left">cell2</td>
      <td style="text-align: center">cell3</td>
      <td style="text-align: right">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>
  <thead>
    <tr>
      <th style="text-align: center">cell1</th>
      <th>cell2</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td style="text-align: center">cell3</td>
      <td>cell4</td>
    </tr>
  </tbody>
  <tbody>
    <tr>
      <td style="text-align: center">cell5</td>
      <td>cell6</td>
    </tr>
  </tbody>
</table>

Version data entries

50 entries across 49 versions & 9 rubygems

Version Path
logstash-input-beats-0.9.1 vendor/jruby/1.9/gems/kramdown-1.9.0/test/testcases/block/14_table/header.html
kramdown-1.9.0 test/testcases/block/14_table/header.html
kramdown-1.8.0 test/testcases/block/14_table/header.html
kramdown-1.7.0 test/testcases/block/14_table/header.html
kramdown-1.6.0 test/testcases/block/14_table/header.html
kramdown-1.5.0 test/testcases/block/14_table/header.html
kramdown-1.4.2 test/testcases/block/14_table/header.html
kramdown-1.4.1 test/testcases/block/14_table/header.html
kramdown-1.4.0 test/testcases/block/14_table/header.html
kramdown-1.3.3 test/testcases/block/14_table/header.html
kramdown-1.3.2 test/testcases/block/14_table/header.html
kramdown-1.3.1 test/testcases/block/14_table/header.html
kramdown-1.3.0 test/testcases/block/14_table/header.html
kramdown-1.2.0 test/testcases/block/14_table/header.html
kramdown-1.1.0 test/testcases/block/14_table/header.html
kramdown-1.0.2 test/testcases/block/14_table/header.html
kramdown-1.0.1 test/testcases/block/14_table/header.html
kramdown-1.0.0 test/testcases/block/14_table/header.html
kramdown-0.14.2 test/testcases/block/14_table/header.html
kramdown-0.14.1 test/testcases/block/14_table/header.html