hukkin / mdformat-gfm

Mdformat plugin for GitHub Flavored Markdown compatibility
MIT License
13 stars 2 forks source link
gfm github-flavored-markdown markdown markdown-table mdformat

Build Status PyPI version

mdformat-gfm

Mdformat plugin for GitHub Flavored Markdown compatibility

Description

Mdformat is a formatter for CommonMark compliant Markdown.

Mdformat-gfm is an mdformat plugin that changes the target specification to GitHub Flavored Markdown (GFM), making the tool able to format the following syntax extensions:

Install

pipx install mdformat
pipx inject mdformat mdformat-gfm

Usage

mdformat <filename>