1.0.3 • Published 11 months ago

prettier-markdown-table v1.0.3

Weekly downloads
-
License
MIT
Repository
github
Last release
11 months ago

mdTable-format

Intro

prettier-markdown-table is a Prettier plugin designed to format tables in Markdown files, especially those with long content. It ensures proper alignment and readability by automatically adjusting column widths and maintaining consistent table structure. Say goodbye to misaligned tables and enjoy clean, well-formatted Markdown documents with ease.

Usage

Install

npm i prettier-markdown-table

.prettierrc example

{
  "trailingComma": "es5",
  "tabWidth": 2,
  "semi": false,
  "plugins": ["prettier-markdown-table"]
}
1.0.3

11 months ago

1.0.2

11 months ago

1.0.1

11 months ago

1.0.0

11 months ago