Use the table shortcode to add color to your table headers:
Uncolored table
| Language | Type | First Release |
|---|---|---|
| Python | Interpreted | 1991 |
| JavaScript | Interpreted | 1995 |
| Go | Compiled | 2009 |
| Rust | Compiled | 2010 |
Colored Table
| Language | Type | First Release |
|---|---|---|
| Python | Interpreted | 1991 |
| JavaScript | Interpreted | 1995 |
| Go | Compiled | 2009 |
| Rust | Compiled | 2010 |
Available colors:
- accent
- info
- note
- warning
- success
- error
- important