Capitalize table headings and center level numbers

This commit is contained in:
Mark Pedrotti 2019-09-30 16:36:58 -04:00
parent 06bd3c07aa
commit c651ecbe4e

View file

@ -132,8 +132,8 @@ If you need to change this in a reusable module, create a new instance:
const ctx = new chalk.Instance({level: 0}); const ctx = new chalk.Instance({level: 0});
``` ```
| level | description | | Level | Description |
| ---: | :--- | | :---: | :--- |
| `0` | All colors disabled | | `0` | All colors disabled |
| `1` | Basic color support (16 colors) | | `1` | Basic color support (16 colors) |
| `2` | 256 color support | | `2` | 256 color support |