Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 4 months 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 (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-10-02T09:41:15.000Z (4 months ago)
- Last Synced: 2024-10-07T17:38:09.418Z (4 months ago)
- Topics: json, mdformat, toml, yaml
- Language: Python
- Homepage:
- Size: 52.7 KB
- Stars: 4
- Watchers: 3
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[![Build Status](https://github.com/hukkinj1/mdformat-config/workflows/Tests/badge.svg?branch=master)]()
[![PyPI version](https://img.shields.io/pypi/v/mdformat-config)](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
```