Metadata-Version: 2.1
Name: mdformat-web
Version: 0.0.1
Summary: Mdformat plugin to format JS and CSS code blocks
Home-page: https://github.com/hukkinj1/mdformat-web
License: MIT
Keywords: mdformat,markdown,commonmark,formatter
Author: Taneli Hukkinen
Author-email: hukkinj1@users.noreply.github.com
Requires-Python: >=3.6,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Topic :: Documentation
Classifier: Topic :: Text Processing :: Markup
Classifier: Typing :: Typed
Requires-Dist: cssbeautifier (>=1.13.0,<2.0.0)
Requires-Dist: jsbeautifier (>=1.13.0,<2.0.0)
Requires-Dist: mdformat (>=0.3.5)
Project-URL: Repository, https://github.com/hukkinj1/mdformat-web
Description-Content-Type: text/markdown

[![Build Status](https://github.com/hukkinj1/mdformat-web/workflows/Tests/badge.svg?branch=master)](<https://github.com/hukkinj1/mdformat-web/actions?query=workflow%3ATests+branch%3Amaster+event%3Apush>)
[![PyPI version](<https://img.shields.io/pypi/v/mdformat-web>)](<https://pypi.org/project/mdformat-web>)

# mdformat-web
> Mdformat plugin to format JS and CSS code blocks

## Description
mdformat-web is an [mdformat](https://github.com/executablebooks/mdformat) plugin
that makes mdformat format JavaScript and CSS code blocks with [JS Beautifier](https://github.com/beautify-web/js-beautify).

## Installing
```bash
pip install mdformat-web
```

## Usage
```bash
mdformat YOUR_MARKDOWN_FILE.md
```

