Ecosyste.ms: Awesome
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: 9 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/drwpow/markdownlint-repro
- Owner: drwpow
- Created: 2024-01-03T18:01:19.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2024-01-03T18:05:59.000Z (12 months ago)
- Last Synced: 2024-10-15T00:33:58.335Z (2 months ago)
- Language: JavaScript
- Size: 1.95 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```