diff --git a/docs/snippets/type_syntax/text_style.md b/docs/snippets/type_syntax/text_style.md index 0e544bfcc..96907b3a5 100644 --- a/docs/snippets/type_syntax/text_style.md +++ b/docs/snippets/type_syntax/text_style.md @@ -1,10 +1,10 @@ The [``](/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` | strikethrough text | -| `underline` | underline text | +| Value | Description | +|-------------|-----------------------------------------------------------------| +| `bold` | **Bold text.** | +| `italic` | _Italic text._ | +| `none` | Plain text with no styling. | +| `reverse` | Reverse video text (foreground and background colors reversed). | +| `strike` | Strikethrough text. | +| `underline` | Underline text. |