Skip to content

Commit 46a4d84

Browse files
authored
Merge pull request #26 from darkriszty/feature/format-all-tables
Feature/format all tables
2 parents 6670259 + 5da20c8 commit 46a4d84

21 files changed

Lines changed: 878 additions & 1118 deletions

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,13 @@ All notable changes to the `markdowntableprettify` extension will be documented
55
The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/).
66

77
## [Unreleased]
8-
### 2.2.0 - 2018-09-26
8+
9+
## 2.3.0 - 2018-12-16
10+
### Added
11+
- Issue #7: Support formatting all tables in the document.
12+
13+
## 2.2.0 - 2018-09-26
14+
### Added
915
- Issue #22: Allow formatting without a filename
1016

1117
## 2.1.0 - 2018-09-15

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)