All notable changes to the "excel-to-markdown-table" extension will be documented in this file.
- Fixed bug with extension not auto-loading upon calling it
- Adds support for newlines within cells
- Refactoring to separate files (@tylerhaigh)
- Added test cases (@tylerhaigh)
- Fixes bug with trailing null cell (@deshorsley)
- Partial test coverage in place (@deshorsley)
- Clarified readme as to when the extension is activated
- Added extension command
- Added keyboard shortcut
- Removed minimum table size constraints
- Fixed versioning
- Now only considers data with >1 columns as a table
- Added GIF to readme
- Added table format checker to avoid formatting non Excel clipboard pastes
- Cleaned up logic and made it a bit prettier
- Initial release