mirror of
https://github.com/Textualize/textual.git
synced 2025-10-17 02:38:12 +03:00
Fix table.
This commit is contained in:
@@ -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> |
|
||||
|
||||
Reference in New Issue
Block a user