Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/hukkin/mdformat-web
- Owner: hukkin
- License: mit
- Created: 2020-10-23T06:53:37.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-06-22T10:29:59.000Z (over 1 year ago)
- Last Synced: 2024-08-11T09:22:43.309Z (6 months ago)
- Topics: css, html, javascript, markdown, mdformat, xml
- Language: Python
- Homepage:
- Size: 20.5 KB
- Stars: 4
- Watchers: 3
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```