| 12345678910111213141516171819202122232425262728293031 |
- <h1>Loose</h1>
- <h2>Loose</h2>
- <table>
- <thead>
- <tr>
- <th>Header 1</th>
- <th>Header 2</th>
- </tr>
- </thead>
- <tbody>
- <tr>
- <td>Cell 1</td>
- <td>Cell 2</td>
- </tr>
- <tr>
- <td>Cell 3</td>
- <td>Cell 4</td>
- </tr>
- </tbody>
- </table>
- <h2>One “column”, loose</h2>
- <h2>a</h2>
- <p>b</p>
- <h2>No pipe in first row</h2>
- <table>
- <thead>
- <tr>
- <th>a</th>
- </tr>
- </thead>
- </table>
|