Skip to content

1.5.0-b17

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 21 Dec 09:26
ddb0e31

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.