Skip to content

Commit

Permalink
fix readme mistake
Browse files Browse the repository at this point in the history
  • Loading branch information
takumisoft68 committed Mar 19, 2021
1 parent 3c7c681 commit f98a2eb
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 4 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

All notable changes to the "markdowntable" extension will be documented in this file.

### - 0.5.1 (2021/03/19)

- Fix Readme only
- Default value of configuration

### - 0.5.0 (2021/03/19)

- [Add]
Expand Down
11 changes: 8 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,12 +79,12 @@ Key binding to `Shift + Alt + F`.
- Add context menu to insert column
- ![insert](images/insert.gif)

## 3. Extension Settings
## 3. Extension Configurations

| Configuration ID | Description | Type | Default |
| :------------------------------ | :----------------------------------------------- | :------ | :------ |
| markdowntable.alignColumnHeader | Align column header in the table when formatting | boolean | false |
| markdowntable.alignData | Align data in the table when formatting | boolean | false |
| markdowntable.alignColumnHeader | Align column header in the table when formatting | boolean | true |
| markdowntable.alignData | Align data in the table when formatting | boolean | true |

## 4. Policy

Expand All @@ -99,6 +99,11 @@ What's focused on.

## 5. Release Notes

### - 0.5.1 (2021/03/19)

- Fix Readme only
- Default value of configuration

### - 0.5.0 (2021/03/19)

- [Add]
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"publisher": "TakumiI",
"displayName": "Markdown Table",
"description": "A minimal extension for markdown table. Add features to edit markdown table.",
"version": "0.5.0",
"version": "0.5.1",
"repository": {
"type": "git",
"url": "https://github.com/takumisoft68/vscode-markdown-table"
Expand Down

0 comments on commit f98a2eb

Please sign in to comment.