Sha256: c7f62b7a7935d092f410994b21b0e7a66654ae906f282e95cf2a785e0ce893ca

Contents?: true

Size: 1.89 KB

Versions: 80

Compression:

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

<p>Sep line with tab</p>

<table>
  <thead>
    <tr>
      <th style="text-align: right">right</th>
      <th style="text-align: center">center</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td style="text-align: right">cell1</td>
      <td style="text-align: center">cell2</td>
    </tr>
    <tr>
      <td style="text-align: right">cell3</td>
      <td style="text-align: center">cell4</td>
    </tr>
  </tbody>
</table>

Version data entries

80 entries across 77 versions & 18 rubygems

Version Path
kramdown-2.5.1 test/testcases/block/14_table/header.html
kramdown-2.5.0 test/testcases/block/14_table/header.html
getargv-0.3.3-universal-darwin vendor/bundle/ruby/3.3.0/gems/kramdown-2.4.0/test/testcases/block/14_table/header.html
kramdown-2.4.0 test/testcases/block/14_table/header.html
kramdown-2.3.2 test/testcases/block/14_table/header.html
logstash-output-scalyr-0.2.1.beta vendor/bundle/jruby/2.5.0/gems/kramdown-1.14.0/test/testcases/block/14_table/header.html
logstash-output-scalyr-0.2.0 vendor/bundle/jruby/2.5.0/gems/kramdown-1.14.0/test/testcases/block/14_table/header.html
logstash-output-scalyr-0.2.0.beta vendor/bundle/jruby/2.5.0/gems/kramdown-1.14.0/test/testcases/block/14_table/header.html
logstash-output-scalyr-0.1.26.beta vendor/bundle/jruby/2.5.0/gems/kramdown-1.14.0/test/testcases/block/14_table/header.html
logstash-output-scalyr-0.1.25.beta vendor/bundle/jruby/2.5.0/gems/kramdown-1.14.0/test/testcases/block/14_table/header.html
logstash-output-scalyr-0.1.24.beta vendor/bundle/jruby/2.5.0/gems/kramdown-1.14.0/test/testcases/block/14_table/header.html
logstash-output-scalyr-0.1.23.beta vendor/bundle/jruby/2.5.0/gems/kramdown-1.14.0/test/testcases/block/14_table/header.html
logstash-output-scalyr-0.1.22.beta vendor/bundle/jruby/2.5.0/gems/kramdown-1.14.0/test/testcases/block/14_table/header.html
logstash-output-scalyr-0.1.21.beta vendor/bundle/jruby/2.5.0/gems/kramdown-1.14.0/test/testcases/block/14_table/header.html
logstash-output-scalyr-0.1.20.beta vendor/bundle/jruby/2.5.0/gems/kramdown-1.14.0/test/testcases/block/14_table/header.html
logstash-output-scalyr-0.1.19.beta vendor/bundle/jruby/2.5.0/gems/kramdown-1.14.0/test/testcases/block/14_table/header.html
logstash-output-scalyr-0.1.18.beta vendor/bundle/jruby/2.5.0/gems/kramdown-1.14.0/test/testcases/block/14_table/header.html
logstash-output-scalyr-0.1.17.beta vendor/bundle/jruby/2.5.0/gems/kramdown-1.14.0/test/testcases/block/14_table/header.html
logstash-output-scalyr-0.1.16.beta vendor/bundle/jruby/2.5.0/gems/kramdown-1.14.0/test/testcases/block/14_table/header.html
logstash-output-scalyr-0.1.15.beta vendor/bundle/jruby/2.5.0/gems/kramdown-1.14.0/test/testcases/block/14_table/header.html