Files
textual/docs/snippets/text_style_syntax.md
2022-12-21 17:30:55 +00:00

11 lines
767 B
Markdown

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 |