Files
textual/docs/styles/snippets/text_style_syntax.md
2022-12-20 14:48:06 +00:00

10 lines
684 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> |