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

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


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

Last synced: over 1 year 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
```