https://github.com/hukkin/mdformat-config
Mdformat plugin to beautify configuration and data-serialization formats
https://github.com/hukkin/mdformat-config
json mdformat toml yaml
Last synced: about 1 year ago
JSON representation
Mdformat plugin to beautify configuration and data-serialization formats
- Host: GitHub
- URL: https://github.com/hukkin/mdformat-config
- Owner: hukkin
- License: mit
- Created: 2020-09-21T12:42:57.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2024-10-18T20:26:23.000Z (over 1 year ago)
- Last Synced: 2025-04-09T10:08:06.303Z (about 1 year ago)
- Topics: json, mdformat, toml, yaml
- Language: Python
- Homepage:
- Size: 74.2 KB
- Stars: 5
- Watchers: 2
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[]()
[](https://pypi.org/project/mdformat-config)
# mdformat-config
> Mdformat plugin to beautify configuration and data-serialization formats
## Description
mdformat-config is an [mdformat](https://github.com/executablebooks/mdformat) plugin
that makes mdformat beautify configuration and data-serialization formats.
Currently supported formats are JSON, TOML and YAML.
## Installing
```bash
pip install mdformat-config
```
## Usage
```bash
mdformat YOUR_MARKDOWN_FILE.md
```