Table Demo
Below is a demo table (GFM style):
| Feature | Status | Notes |
|---|---|---|
| Unified Titles | ✅ | Using CSS custom properties |
| Table Styling | ✅ | Zebra stripes + hover |
| Responsive | ✅ | Wrap in .table-wrapper if overflow |
| Code In Cells | ✅ | inline code works |
Another table without alignment row (still valid, left aligned by default):
| Col A | Col B |
|---|---|
| 1 | 2 |
| 3 | 4 |
Scrollable wide table example:
| Index | Description | Value | Extra Column With Long Header Text |
|---|---|---|---|
| 1 | Short | 123 | Lorem ipsum dolor sit amet |
| 2 | Medium length cell | 456 | Consectetur adipiscing elit |
| 3 | Long content that should wrap inside the cell properly without breaking layout | 789 | Sed do eiusmod tempor incididunt |
| 4 | Another row | 101 | Ut labore et dolore magna aliqua |
End of table demo.