Releases: philipparndt/vscode-markdown-tables
Releases · philipparndt/vscode-markdown-tables
1.7.0-b22
Changes in this Release
Added
- Convert a row to a separator row (using
alt+/
)
1.6.0-b18
Changes in this Release
Changed
1.5.0-b17
Changes in this Release
Added
Disable command
Disable extension command. This will let you disable the table mode and hides the status item.
Tables in comment blocks
Added support for tables in comment blocks.
Currently, there is support for three types of comments:
# | first | second |
# | a | b |
// | first | second |
// | a | b |
/*
* | first | second |
* | a | b |
*/
Tables at the block comment start are not supported at the moment.
1.4.2-b16
Changes in this Release
Changed
Dependency update
1.4.1-b15
Changes in this Release
Changed
- Dependency update
1.4.0-b13
1.3.0-b12
Changes in this Release
Added
- Column alignments:
- left
|:--- |
- right
| ---:|
- centered
|:---:|
- default
| --- |
- left
Changed
- Improved table prefix handling
1.2.1-b11
Changes in this Release
Changed
1.2.0-b10
Changes in this Release
- Removed
Org
mode. The parser lacks some features (e.g. escaping), and I don't plan to test and use this. - Fixed a rare issue while jumping through the table.
- Dependency updates
1.1.2-b8
Changes in this Release
- Optimized release build