From a89a4b93e07d7bb84d4812dc6d47ebcd23e5446e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rodrigo=20Gir=C3=A3o=20Serr=C3=A3o?= <5621605+rodrigogiraoserrao@users.noreply.github.com> Date: Thu, 22 Dec 2022 14:19:55 +0000 Subject: [PATCH] Fix table. --- docs/snippets/type_syntax/text_style.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) 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. |