some-escapes.html 347 B

123456789101112131415161718192021222324252627
  1. <h1>Some more escapes</h1>
  2. <table>
  3. <thead>
  4. <tr>
  5. <th>Head</th>
  6. </tr>
  7. </thead>
  8. <tbody>
  9. <tr>
  10. <td>A</td>
  11. </tr>
  12. <tr>
  13. <td>B | Bravo</td>
  14. </tr>
  15. <tr>
  16. <td>C | Charlie</td>
  17. </tr>
  18. <tr>
  19. <td>D \| Delta</td>
  20. </tr>
  21. <tr>
  22. <td>E \| Echo</td>
  23. </tr>
  24. </tbody>
  25. </table>
  26. <p>Note: GH has a bug where in case C and E, the escaped escape is treated as a
  27. normal escape.</p>