I want to format the table with markdown in vscode.

Asked 2 years ago, Updated 2 years ago, 113 views

The supported markdown table notation for github is in the following format:

|header1|hearder2|
| ------- | --- |
| field1 | field2 |
| field3 | field4 |

With this, it's hard to see in the raw text, so I thought I'd like it to be shaped like the following.

|header1|hearder2|
| ------- | -------- |
| field1 | field2 |
| field3 | field4 |

Question

  • Are there any vscode plug-ins or commands to do this?

vscode markdown

2022-09-30 19:32

1 Answers

This is the plug-in I use.

Shuzo Iwasaki/Table Formatter


2022-09-30 19:32

If you have any answers or tips


© 2024 OneMinuteCode. All rights reserved.