All notable changes to the "CSV to Markdown Table" extension will be documented in this file.
- Fixed : The default value of
csvToMdTable.numberAlignRight
is not false.
- Added : A new align feature
- If
csvToMdTable.numberAlignRight
config value is true, the cells with numbers would align to the right.
- If
- Fixed : A bug that newlines is not converted
- Updated : Internal dependencies
- Updated : Internal dependencies
- Fixed : Deconverting with
; (semicolon)
delimiter, but, (comma)
delimiter is used
- Added :
Convert Markdown table to CSV with Delimiter...
command that can use other delimiter to convert - Changed : Command id changed to
csvToMdTable.deconvertSelection
fromcsvToMdTable.reverseConvertSelection
- Initial release