[doc] fix markdown layout for table

This commit is contained in:
Mark Wallace 2017-01-03 18:02:30 +08:00
parent 8d59722a36
commit c87e36939f

View file

@ -136,11 +136,11 @@ sk --regex
## exit code
| Exit Code | Meaning |
|---|---|
| 0 | Exit normally |
| 1 | No Match found |
| 130 | Abort by Ctrl-C/Ctrl-G/ESC/etc... |
| Exit Code | Meaning |
|-----------|-----------------------------------|
| 0 | Exit normally |
| 1 | No Match found |
| 130 | Abort by Ctrl-C/Ctrl-G/ESC/etc... |
## Customization
@ -219,13 +219,17 @@ You can choose the `BASE SCHEME` among the followings(default: dark on
256-color terminal, otherwise 16):
| dark | Color scheme for dark 256-color terminal |
| light | Color scheme for light 256-color terminal |
| 16 | Color scheme for 16-color terminal |
| bw | No colors |
| Base Scheme | Description |
|-------------|-------------------------------------------|
| dark | Color scheme for dark 256-color terminal |
| light | Color scheme for light 256-color terminal |
| 16 | Color scheme for 16-color terminal |
| bw | No colors |
While the customisable `COLOR`s are
| Color | Description |
|------------------|--------------------------------------------------|
| fg | Text |
| bg | Background |
| matched | Text color of matched items |