# @markuplint/html-parser

[![npm version](https://badge.fury.io/js/%40markuplint%2Fhtml-parser.svg)](https://www.npmjs.com/package/@markuplint/html-parser)

## Install

[`markuplint`](https://www.npmjs.com/package/markuplint) package includes this package.

<details>
<summary>If you are installing purposely, how below:</summary>

```shell
$ npm install @markuplint/html-parser

$ yarn add @markuplint/html-parser
```

</details>

## Documentation

- [Architecture](ARCHITECTURE.md) ([日本語](ARCHITECTURE.ja.md)) — Package overview, parse5 integration, and ghost element handling
- [Maintenance Guide](docs/maintenance.md) ([日本語](docs/maintenance.ja.md)) — Commands, recipes, and troubleshooting
