# markdown-it-lazy-headers

> Lazy ATX headers plugin for markdown-it

Latest version **0.1.3** (published 2015-09-05) · MIT license · 0 weekly downloads

## Install

```sh
npm install markdown-it-lazy-headers
pnpm add markdown-it-lazy-headers
yarn add markdown-it-lazy-headers
bun add markdown-it-lazy-headers
```

## Health

**Score 23/100 (F)** — status: abandoned.

Positive: has types package; no vulnerabilities; high quality score.

Warnings: low downloads; no esm support; pre 1.0.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 0.1.3 |
| Published | 2015-09-05 |
| First published | 2015-09-02 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | separate (@types/markdown-it-lazy-headers) |
| Module format | CommonJS |
| Dependencies | 0 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 7 |
| Author | Galadirith |
| Maintainers | galadirith |
| Keywords | markdown-it, markdown-it-plugin, markdown |

## Links

- npm: https://www.npmjs.com/package/markdown-it-lazy-headers
- Repository: https://github.com/Galadirith/markdown-it-lazy-headers
- Issues: https://github.com/Galadirith/markdown-it-lazy-headers/issues
- npm.io page: https://npm.io/package/markdown-it-lazy-headers

## Alternatives

- [@mdxeditor/editor](https://npm.io/package/@mdxeditor/editor.md) — 962.4K weekly downloads
- [mmdb-lib](https://npm.io/package/mmdb-lib.md) — 680.9K weekly downloads
- [playcanvas](https://npm.io/package/playcanvas.md) — 36.2K weekly downloads
- [@glw907/cairn-cms](https://npm.io/package/@glw907/cairn-cms.md) — 967 weekly downloads
- [markdown-to-confluence](https://npm.io/package/markdown-to-confluence.md) — 103 weekly downloads

## Recent versions

- 0.1.3 (latest) — 2015-09-05
- 0.1.2 — 2015-09-03
- 0.1.1 — 2015-09-03
- 0.1.0 — 2015-09-02

## README

# markdown-it-lazy-headers

`markdown-it-lazy-headers` is a plugin for
[`markdown-it`](https://github.com/markdown-it/markdown-it) that relaxes the
syntax of [ATX headers](http://spec.commonmark.org/0.22/#atx-header) so that you
don't have to follow the opening sequence of `#` characters by a space. Should
you have any problems while installing or using `markdown-it-lazy-headers`
please open up a
[new issue](https://github.com/Galadirith/markdown-it-lazy-headers/issues).

## Installation

```
npm install --save markdown-it-lazy-headers
```

## Usage

`markdown-it-lazy-headers` has no configuration options, simply `use` it with an
instance of `markdown-it` to enable lazy headers:

```
var md = require('markdown-it')()
        .use(require('markdown-it-lazy-headers'));
```

## Testing

`markdown-it-testgen` through `mocha` is used to test
`markdown-it-lazy-headers`. The test suite is a modified version of the ATX
header suite used by commonmark:

```
npm test
```

## License

`markdown-it-lazy-headers` is released under the [MIT license](LICENSE.md).

---
_Source: https://npm.io/package/markdown-it-lazy-headers · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
