CommonMark compliant Markdown formatter
Project description
CommonMark compliant Markdown formatter
Mdformat is an opinionated Markdown formatter that can be used to enforce a consistent style in Markdown files. Mdformat is a Unix-style command-line tool as well as a Python library.
Find out more in the docs.
Installing
Install with CommonMark support:
pip install mdformat
Alternatively install with GitHub Flavored Markdown (GFM) support:
pip install mdformat-gfm
Command line usage
Format files
Format files README.md
and CHANGELOG.md
in place
mdformat README.md CHANGELOG.md
Format .md
files in current working directory recursively
mdformat .
Read Markdown from standard input until EOF
.
Write formatted Markdown to standard output.
mdformat -
Check formatting
mdformat --check README.md CHANGELOG.md
This will not apply any changes to the files. If a file is not properly formatted, the exit code will be non-zero.
Options
foo@bar:~$ mdformat --help
usage: mdformat [-h] [--check] [--version] [--number]
[--wrap {keep,no,INTEGER}]
[paths [paths ...]]
CommonMark compliant Markdown formatter
positional arguments:
paths files to format
optional arguments:
-h, --help show this help message and exit
--check do not apply changes to files
--version show program's version number and exit
--number apply consecutive numbering to ordered lists
--wrap {keep,no,INTEGER}
paragraph word wrap mode (default: keep)
Documentation
This README merely provides a quickstart guide for the command line interface. For more information refer to the documentation. Here's a few pointers to get you started:
- Style guide
- Python API usage
- Usage as a pre-commit hook
- Plugin usage
- Plugin development guide
- List of code block formatter plugins
- List of parser extension plugins
- Changelog
Frequently Asked Questions
Why not use Prettier instead?
Mdformat is pure Python code! Python and pip are pre-installed on virtually any Linux distribution, and Python is pre-installed on macOS, meaning that typically little to no additional installations are required to run mdformat. Prettier requires Node.js/npm. This argument also holds true when using together with pre-commit (also Python).
Prettier suffers from numerous bugs,
many of which cause changes in Markdown AST and rendered HTML.
Many of these bugs are a consequence of using remark-parse
v8.x as Markdown parser which,
according to the author themselves,
is inferior to markdown-it used by mdformat.
remark-parse
v9.x is advertised as CommonMark compliant and presumably would fix many of the issues, but is not used by Prettier yet (Prettier being at v2.2.1 at the time of writing).
Mdformat's parser extension plugin API allows not only customization of the Markdown specification in use, but also advanced features like automatic table of contents generation. The code formatter plugin API enables integration of embedded code formatting for any programming language.
What's wrong with the mdformat logo? It renders incorrectly and is just terrible in general.
Nope, the logo is actually pretty great – you're terrible. The logo is more a piece of art than a logo anyways, depicting the horrors of poorly formatted text documents. I made it myself!
That said, if you have any graphic design skills and want to contribute a revised version, a PR is more than welcome 😄.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file mdformat-0.7.1.tar.gz
.
File metadata
- Download URL: mdformat-0.7.1.tar.gz
- Upload date:
- Size: 26.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.1.5 CPython/3.7.10 Linux/5.4.0-1043-azure
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 57ed86e79c4abfb9f031b99ee405be5fdc88de066a01a11e0813b34eb509c538 |
|
MD5 | 0fca70030cf68b02ffa807227732271f |
|
BLAKE2b-256 | 2aab43ef3c5fab7674931ab5a9c6c5ad68f33e19fdd698d7ea55879b129c1133 |
File details
Details for the file mdformat-0.7.1-py3-none-any.whl
.
File metadata
- Download URL: mdformat-0.7.1-py3-none-any.whl
- Upload date:
- Size: 27.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.1.5 CPython/3.7.10 Linux/5.4.0-1043-azure
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | be9abe02a354e90fae4b169d82763143aea63a64e4996f1afe55ee92e75379bf |
|
MD5 | cf5a50a53ca5170efe4061bbbe89fc86 |
|
BLAKE2b-256 | ef8bf5a9142283f6b2663c979a3b9e421bb17a1e75a41ce16d3bb235013038b6 |