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: about 1 year 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 5 years ago)
- Default Branch: master
- Last Pushed: 2024-10-15T15:59:31.000Z (over 1 year ago)
- Last Synced: 2025-04-09T10:08:06.243Z (about 1 year ago)
- Topics: css, html, javascript, markdown, mdformat, xml
- Language: Python
- Homepage:
- Size: 37.1 KB
- Stars: 7
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[]()
[![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),
HTML with [Beautiful Soup](https://www.crummy.com/software/BeautifulSoup/),
and XML using the Python standard library.
## Installing
```bash
pip install mdformat-web
```
## Usage
```bash
mdformat YOUR_MARKDOWN_FILE.md
```