Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/drwpow/markdownlint-repro


https://github.com/drwpow/markdownlint-repro

Last synced: 9 days ago
JSON representation

Awesome Lists containing this project

README

        

# markdownlint-repro

Get the following warning:

```
.../markdownlint-repro/test.md:
- L5: [MD025] Multiple top-level headings in the same document
```

To reproduce:

```sh
npm i
npm run lint
```