# @markuplint/ml-ast

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

## 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/ml-ast

$ yarn add @markuplint/ml-ast
```

</details>

## Documentation

- [Architecture](ARCHITECTURE.md) -- Package overview, type hierarchy diagrams, and integration points
- [Node Reference](docs/node-reference.md) -- Detailed documentation of each AST node type
- [Maintenance Guide](docs/maintenance.md) -- Commands, recipes, and troubleshooting
