Markdown Tables
A Standard Markdown Table
This page has a conventional Markdown table that should get responsive wrapping and Bootstrap table styling.
| Name | Score | Grade | Status |
|---|---|---|---|
| Alice | 95 | A | Pass |
| Bob | 87 | B+ | Pass |
| Charlie | 92 | A- | Pass |
| Diana | 78 | C+ | Pass |
The table above should:
- Be wrapped in a
gd-table-responsivediv - NOT have a
<colgroup>element - Receive Bootstrap
.table-borderedstyling
A Second Table
| Feature | Supported |
|---|---|
| Responsive | Yes |
| Dark mode | Yes |
| Scroll | Yes |