From ea4042908083ad0b592c9a1b018d241efb3a83c9 Mon Sep 17 00:00:00 2001 From: George Gkasdrogkas Date: Sun, 2 Dec 2018 12:17:17 +0200 Subject: [PATCH] Change table to list view in Modifiers section --- readme.md | 20 +++++++++----------- 1 file changed, 9 insertions(+), 11 deletions(-) diff --git a/readme.md b/readme.md index cc48b93..c6e0018 100644 --- a/readme.md +++ b/readme.md @@ -166,17 +166,15 @@ Explicit 256/Truecolor mode can be enabled using the `--color=256` and `--color= ### Modifiers -| Modifier | Definition | -| --- | --- | -| `reset` | Resets the current color chain. | -| `bold` | Make text bold. | -| `dim` | Emitting only a small amount of light. | -| `italic` | Make text italic. *(Not widely supported)* | -| `underline` | Make text underline. *(Not widely supported)* | -| `inverse` | Inverse background and foreground colors. | -| `hidden` | Prints the text, but makes it invisible. | -| `strikethrough` | [https://en.wikipedia.org/wiki/Strikethrough](https://en.wikipedia.org/wiki/Strikethrough) | -| `visible` | Prints the text only when Chalk is enabled. Can be useful for things that are purely cosmetic. | +- `reset` - Resets the current color chain. +- `bold` - Make text bold. +- `dim` - Emitting only a small amount of light. +- `italic` - Make text italic. *(Not widely supported)* +- `underline` - Make text underline. *(Not widely supported)* +- `inverse`- Inverse background and foreground colors. +- `hidden` - Prints the text, but makes it invisible. +- `strikethrough` - Puts a horizontal line through the center of the text. *(Not widely supported)* +- `visible`- Prints the text only when Chalk is enabled. Can be useful for things that are purely cosmetic. ### Colors