mdformat-myst 0.3.0


pip install mdformat-myst

  Latest version

Released: Nov 27, 2025

Project Links

Meta
Author: Taneli Hukkinen
Maintainer: Executable Book Project
Requires Python: >=3.10

Classifiers

Intended Audience
  • Developers

License
  • OSI Approved :: MIT License

Programming Language
  • Python :: 3

Topic
  • Software Development :: Libraries :: Python Modules

Build Status codecov.io PyPI version

mdformat-myst

Mdformat plugin for MyST compatibility

Description

Mdformat is a formatter for CommonMark compliant Markdown.

Mdformat-myst is an mdformat plugin that changes the target specification to MyST, making the tool able to format the following syntax extensions:

Install

pip install mdformat-myst

Usage

mdformat <filename>

Wheel compatibility matrix

Platform Python 3
any

Files in release

Extras:
Dependencies:
mdformat (>=0.7.0)
mdit-py-plugins (>=0.3.0)
mdformat-front-matters (>=1.0.0)
mdformat-footnote (>=0.1.1)
mdformat-gfm (>=1.0.0)
ruamel.yaml (>=0.16.0)