Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
```