| 123456789101112131415161718192021222324252627 |
- <h1>Some more escapes</h1>
- <table>
- <thead>
- <tr>
- <th>Head</th>
- </tr>
- </thead>
- <tbody>
- <tr>
- <td>A</td>
- </tr>
- <tr>
- <td>B | Bravo</td>
- </tr>
- <tr>
- <td>C | Charlie</td>
- </tr>
- <tr>
- <td>D \| Delta</td>
- </tr>
- <tr>
- <td>E \| Echo</td>
- </tr>
- </tbody>
- </table>
- <p>Note: GH has a bug where in case C and E, the escaped escape is treated as a
- normal escape.</p>
|