mirror of
https://github.com/Textualize/textual.git
synced 2025-10-17 02:38:12 +03:00
Move snippets to top level of docs.
This commit is contained in:
10
docs/snippets/text_style_syntax.md
Normal file
10
docs/snippets/text_style_syntax.md
Normal file
@@ -0,0 +1,10 @@
|
||||
The [text style](/styles/css_units/text_style) unit can be any _space-separated_ combination of the following values:
|
||||
|
||||
| Value | Description |
|
||||
|-------------|----------------------------------------------------------------|
|
||||
| `bold` | **bold text** |
|
||||
| `italic` | _italic text_ |
|
||||
| `reverse` | reverse video text (foreground and background colors reversed) |
|
||||
| `underline` | <u>underline text</u> |
|
||||
| `strike` | <s>strikethrough text</s> |
|
||||
| `none` | plain text with no styling |
|
||||
Reference in New Issue
Block a user