mdformat-web


Namemdformat-web JSON
Version 0.2.0 PyPI version JSON
download
home_pagehttps://github.com/hukkin/mdformat-web
SummaryMdformat plugin to format JS, CSS, HTML and XML code blocks
upload_time2024-10-15 16:02:59
maintainerNone
docs_urlNone
authorTaneli Hukkinen
requires_python>=3.9
licenseMIT
keywords mdformat markdown commonmark formatter
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            [![Build Status](https://github.com/hukkin/mdformat-web/actions/workflows/tests.yaml/badge.svg?branch=master)](<https://github.com/hukkin/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, 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
```

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/hukkin/mdformat-web",
    "name": "mdformat-web",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.9",
    "maintainer_email": null,
    "keywords": "mdformat, markdown, commonmark, formatter",
    "author": "Taneli Hukkinen",
    "author_email": "hukkin@users.noreply.github.com",
    "download_url": "https://files.pythonhosted.org/packages/ab/94/848d6f3db16cce2115921130e50bd0569afd63559abf6bb09e29992c1a26/mdformat_web-0.2.0.tar.gz",
    "platform": null,
    "description": "[![Build Status](https://github.com/hukkin/mdformat-web/actions/workflows/tests.yaml/badge.svg?branch=master)](<https://github.com/hukkin/mdformat-web/actions?query=workflow%3ATests+branch%3Amaster+event%3Apush>)\n[![PyPI version](<https://img.shields.io/pypi/v/mdformat-web>)](<https://pypi.org/project/mdformat-web>)\n\n# mdformat-web\n> Mdformat plugin to format JS, CSS, HTML and XML code blocks\n\n## Description\nmdformat-web is an [mdformat](https://github.com/executablebooks/mdformat) plugin\nthat makes mdformat format JavaScript and CSS code blocks with [JS Beautifier](https://github.com/beautify-web/js-beautify),\nHTML with [Beautiful Soup](https://www.crummy.com/software/BeautifulSoup/),\nand XML using the Python standard library.\n\n## Installing\n```bash\npip install mdformat-web\n```\n\n## Usage\n```bash\nmdformat YOUR_MARKDOWN_FILE.md\n```\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Mdformat plugin to format JS, CSS, HTML and XML code blocks",
    "version": "0.2.0",
    "project_urls": {
        "Homepage": "https://github.com/hukkin/mdformat-web",
        "Repository": "https://github.com/hukkin/mdformat-web"
    },
    "split_keywords": [
        "mdformat",
        " markdown",
        " commonmark",
        " formatter"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f768575b4d9c8dbab694a0ba8e8a4a348e263e774bac4a9ceb250642bad15e2b",
                "md5": "32f9c4080d958d3ac91e18f4d1639b5d",
                "sha256": "5d896564acfbe6ad8715a97ef6cac49b44ae6a9f3521c97bcf882d0b0e2ff5e7"
            },
            "downloads": -1,
            "filename": "mdformat_web-0.2.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "32f9c4080d958d3ac91e18f4d1639b5d",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.9",
            "size": 3150,
            "upload_time": "2024-10-15T16:02:58",
            "upload_time_iso_8601": "2024-10-15T16:02:58.515855Z",
            "url": "https://files.pythonhosted.org/packages/f7/68/575b4d9c8dbab694a0ba8e8a4a348e263e774bac4a9ceb250642bad15e2b/mdformat_web-0.2.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ab94848d6f3db16cce2115921130e50bd0569afd63559abf6bb09e29992c1a26",
                "md5": "74e4fddb90b3ea5bbf124fb37418e0ef",
                "sha256": "7bf3b76ce01c3af1e6706ffe430e2b5c173248934191053477813b9119b01b64"
            },
            "downloads": -1,
            "filename": "mdformat_web-0.2.0.tar.gz",
            "has_sig": false,
            "md5_digest": "74e4fddb90b3ea5bbf124fb37418e0ef",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9",
            "size": 2751,
            "upload_time": "2024-10-15T16:02:59",
            "upload_time_iso_8601": "2024-10-15T16:02:59.432790Z",
            "url": "https://files.pythonhosted.org/packages/ab/94/848d6f3db16cce2115921130e50bd0569afd63559abf6bb09e29992c1a26/mdformat_web-0.2.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-10-15 16:02:59",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "hukkin",
    "github_project": "mdformat-web",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "mdformat-web"
}
        
Elapsed time: 0.80153s