Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/hukkin/mdformat-web

Mdformat plugin to format JS, CSS, HTML and XML code blocks
https://github.com/hukkin/mdformat-web

css html javascript markdown mdformat xml

Last synced: 4 months ago
JSON representation

Mdformat plugin to format JS, CSS, HTML and XML code blocks

Awesome Lists containing this project

README

        

[![Build Status](https://github.com/hukkinj1/mdformat-web/workflows/Tests/badge.svg?branch=master)]()
[![PyPI version]()]()

# mdformat-web
> Mdformat plugin to format JS, CSS, HTML and XML 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),
and HTML and XML with [Beautiful Soup](https://www.crummy.com/software/BeautifulSoup/).

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

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