atom-markdown-table-formatter icon indicating copy to clipboard operation
atom-markdown-table-formatter copied to clipboard

A simple markdown plugin to format tables.

Results 2 atom-markdown-table-formatter issues
Sort by recently updated
recently updated
newest added

Hi there, Thanks for the great package. It would be great if when the cursor is inside a table, it was possible to: - Tab to move right to the...

enhancement

Something to think about. ``` +---+---+ | aasas | a | +===+===+ | a | a | | b | | +---+---+ | z | y | +---+---+ ```

enhancement
help wanted