You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,14 +10,14 @@ Makes tables more readable for humans. Compatible with the Markdown writer plugi
10
10
- Create missing ending table border if the beginning already has a border, so the table _will end_ with "|".
11
11
- Save space by not right-padding the last column if the table has no border.
12
12
- Support empty columns inside tables.
13
-
- Support character lengths for Chinese, Japanese and Korean characters.
13
+
- Support column alignment options with ":".
14
14
15
15

16
16
17
17
## Extension Settings
18
18
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`).
20
20
21
21
## Known Issues
22
22
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