Skip to content

markdown-table-prettify

markdown-table-prettify detects wrongly formatted markdown tables and can automatically reformat them

markdown-table-prettify documentation

MarkdownTablePrettify-VSCodeExt - GitHub

Configuration in MegaLinter

Variable Description Default value
MARKDOWN_MARKDOWN_TABLE_PRETTIFY_ARGUMENTS User custom arguments to add in linter CLI call
Ex: -s --foo "bar"
MARKDOWN_MARKDOWN_TABLE_PRETTIFY_FILTER_REGEX_INCLUDE Custom regex including filter
Ex: (src|lib)
Include every file
MARKDOWN_MARKDOWN_TABLE_PRETTIFY_FILTER_REGEX_EXCLUDE Custom regex excluding filter
Ex: (test|examples)
Exclude no file
MARKDOWN_MARKDOWN_TABLE_PRETTIFY_FILE_EXTENSIONS Allowed file extensions. "*" matches any extension, "" matches empty extension. Empty list excludes all files
Ex: [".py", ""]
[".md"]
MARKDOWN_MARKDOWN_TABLE_PRETTIFY_FILE_NAMES_REGEX File name regex filters. Regular expression list for filtering files by their base names using regex full match. Empty list includes all files
Ex: ["Dockerfile(-.+)?", "Jenkinsfile"]
Include every file
MARKDOWN_MARKDOWN_TABLE_PRETTIFY_DISABLE_ERRORS Run linter but consider errors as warnings true

IDE Integration

Use markdown-table-prettify in your favorite IDE to catch errors before MegaLinter !

IDE Extension Name Install
Visual Studio Code Markdown Table Prettify Extension Visit Web Site

MegaLinter Flavours

This linter is available in the following flavours

Flavor Description Embedded linters Info
all Default MegaLinter Flavor 80 Docker Image Size (tag) Docker Pulls
dart Optimized for DART based projects 36 Docker Image Size (tag) Docker Pulls
documentation MegaLinter for documentation projects 35 Docker Image Size (tag) Docker Pulls
dotnet Optimized for C, C++, C# or VB based projects 41 Docker Image Size (tag) Docker Pulls
go Optimized for GO based projects 36 Docker Image Size (tag) Docker Pulls
java Optimized for JAVA based projects 36 Docker Image Size (tag) Docker Pulls
javascript Optimized for JAVASCRIPT or TYPESCRIPT based projects 44 Docker Image Size (tag) Docker Pulls
php Optimized for PHP based projects 39 Docker Image Size (tag) Docker Pulls
python Optimized for PYTHON based projects 42 Docker Image Size (tag) Docker Pulls
ruby Optimized for RUBY based projects 36 Docker Image Size (tag) Docker Pulls
rust Optimized for RUST based projects 36 Docker Image Size (tag) Docker Pulls
salesforce Optimized for Salesforce based projects 36 Docker Image Size (tag) Docker Pulls
scala Optimized for SCALA based projects 36 Docker Image Size (tag) Docker Pulls
terraform Optimized for TERRAFORM based projects 38 Docker Image Size (tag) Docker Pulls

Behind the scenes

How are identified applicable files

  • File extensions: .md

Example calls

markdown-table-prettify --check myfile.md
markdown-table-prettify myfile.md

Installation on mega-linter Docker image