Change table to list view in Modifiers section

This commit is contained in:
George Gkasdrogkas 2018-12-02 12:17:17 +02:00
parent dea3c2d5b7
commit ea40429080
No known key found for this signature in database
GPG key ID: 3FCA70FC54D4293F

View file

@ -166,17 +166,15 @@ Explicit 256/Truecolor mode can be enabled using the `--color=256` and `--color=
### Modifiers ### Modifiers
| Modifier | Definition | - `reset` - Resets the current color chain.
| --- | --- | - `bold` - Make text bold.
| `reset` | Resets the current color chain. | - `dim` - Emitting only a small amount of light.
| `bold` | Make text bold. | - `italic` - Make text italic. *(Not widely supported)*
| `dim` | Emitting only a small amount of light. | - `underline` - Make text underline. *(Not widely supported)*
| `italic` | Make text italic. *(Not widely supported)* | - `inverse`- Inverse background and foreground colors.
| `underline` | Make text underline. *(Not widely supported)* | - `hidden` - Prints the text, but makes it invisible.
| `inverse` | Inverse background and foreground colors. | - `strikethrough` - Puts a horizontal line through the center of the text. *(Not widely supported)*
| `hidden` | Prints the text, but makes it invisible. | - `visible`- Prints the text only when Chalk is enabled. Can be useful for things that are purely cosmetic.
| `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. |
### Colors ### Colors