DavidAnson / vscode-markdownlint

Markdown linting and style checking for Visual Studio Code
https://marketplace.visualstudio.com/items?itemName=DavidAnson.vscode-markdownlint
MIT License
894 stars 166 forks source link

Formatter functionality: adjust table size to its content #330

Closed jerrygreen closed 3 months ago

jerrygreen commented 3 months ago

Here's what prettier does to tables:

gif3

But markdownlint can't do this, unfortunately. With markdownlint, the table remain still.

Coming from there:

DavidAnson commented 3 months ago

The referenced issue in markdownlint repository is the right place to track this.