diff --git a/docs/styles/text_style.md b/docs/styles/text_style.md index d5869f9bf..030192b0c 100644 --- a/docs/styles/text_style.md +++ b/docs/styles/text_style.md @@ -2,11 +2,13 @@ The `text-style` rule enables a number of different ways of displaying text. The value may be set to any of the following: -- `"bold"` Sets **bold text** -- `"italic"` Sets _italic text_ -- `"reverse"` Sets reverse video text (foreground and background colors reversed) -- `"underline"` Sets underline text -- `"strike"` Sets strikethrough text +| Style | Effect | +| ------------- | -------------------------------------------------------------- | +| `"bold"` | **bold text** | +| `"italic"` | _italic text_ | +| `"reverse"` | reverse video text (foreground and background colors reversed) | +| `"underline"` | underline text | +| `"strike"` | strikethrough text | Text styles may be set in combination. For example "bold underline" or "reverse underline strike".