Fix table.

This commit is contained in:
Rodrigo Girão Serrão
2022-12-22 14:19:55 +00:00
parent a61405e792
commit a89a4b93e0

View File

@@ -1,10 +1,10 @@
The [`<text-style>`](/css_types/text_style) type can be any _space-separated_ combination of the following values:
| Value | Description |
|-------------|----------------------------------------------------------------|
| `bold` | **bold text** |
| `italic` | _italic text_ |
| `none` | plain text with no styling |
| `reverse` | reverse video text (foreground and background colors reversed) |
| `strike` | <s>strikethrough text</s> |
| `underline` | <u>underline text</u> |
| Value | Description |
|-------------|-----------------------------------------------------------------|
| `bold` | **Bold text.** |
| `italic` | _Italic text._ |
| `none` | Plain text with no styling. |
| `reverse` | Reverse video text (foreground and background colors reversed). |
| `strike` | <s>Strikethrough text.</s> |
| `underline` | <u>Underline text.</u> |