Skip to content
This repository was archived by the owner on Apr 13, 2022. It is now read-only.
This repository was archived by the owner on Apr 13, 2022. It is now read-only.

Markdown table align #72

Description

@SmallPepperZ

I think it would be great if you could easily align markdown tables with this. I take notes in markdown, and have to individually indent each row to make the markdown look nice. It would be great if this extension did that automatically, going from this:

| Type| Inf | Stem | Past Participle |
|---	| --- | ---	| --- |
| -ar	|bailar | bail-|bailado|
| -er	|comer|com-|comido|
| -ir	|reducir|reduc-|reducido|

to this:

| Type   | Inf       | Stem        | Past Participle      |
|---     | ---       | ---         | ---                  |
| -ar    |bailar     |bail-        |bailado               |
| -er    |comer      |com-         |comido                |
| -ir    |reducir    |reduc-       |reducido              |

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions