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.