Skip to content

Commit c94e145

Browse files
committed
Update readme
1 parent 5321959 commit c94e145

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,14 @@ Makes tables more readable for humans. Compatible with the Markdown writer plugi
1010
- Create missing ending table border if the beginning already has a border, so the table _will end_ with "|".
1111
- Save space by not right-padding the last column if the table has no border.
1212
- Support empty columns inside tables.
13-
- Support character lengths for Chinese, Japanese and Korean characters.
13+
- Support column alignment options with ":".
1414

1515
![feature X](assets/animation.gif)
1616

1717
## Extension Settings
1818

19-
The extension is available for markdown (_.md_) files. To format a table just select the entire table, then right click to format the selection.
19+
The extension is available for markdown language mode. It can either format a selected table (`Format Selection`) or the entire document (`Format Document`).
2020

2121
## Known Issues
2222

23-
- Formatting multiple tables at once is not supported (issue #7).
23+
- Tables with mixed character widths (eg: CJK) are not always properly formatted (issue #4).

0 commit comments

Comments
 (0)