mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2025-12-16 14:00:13 +01:00
Add badges for npm, GitHub, build, coverage, and license.
This commit is contained in:
parent
4886b05660
commit
3180d2c621
1 changed files with 17 additions and 0 deletions
17
README.md
17
README.md
|
|
@ -2,6 +2,12 @@
|
|||
|
||||
> A Node.js style checker and lint tool for Markdown files.
|
||||
|
||||
[![npm version][npm-image]][npm-url]
|
||||
[![GitHub tag][github-tag-image]][github-tag-url]
|
||||
[![Build status][travis-image]][travis-url]
|
||||
[![Coverage][coveralls-image]][coveralls-url]
|
||||
[![License][license-image]][license-url]
|
||||
|
||||
## Install
|
||||
|
||||
```shell
|
||||
|
|
@ -268,3 +274,14 @@ bad.md: 3: MD018 No space after hash on atx style header
|
|||
## Release History
|
||||
|
||||
* 0.0.1 - Initial release.
|
||||
|
||||
[npm-image]: https://img.shields.io/npm/v/markdownlint.svg
|
||||
[npm-url]: https://www.npmjs.com/package/markdownlint
|
||||
[github-tag-image]: https://img.shields.io/github/tag/DavidAnson/markdownlint.svg
|
||||
[github-tag-url]: https://github.com/DavidAnson/markdownlint
|
||||
[travis-image]: https://img.shields.io/travis/DavidAnson/markdownlint.svg
|
||||
[travis-url]: https://travis-ci.org/DavidAnson/markdownlint
|
||||
[coveralls-image]: https://img.shields.io/coveralls/DavidAnson/markdownlint.svg
|
||||
[coveralls-url]: https://coveralls.io/r/DavidAnson/markdownlint
|
||||
[license-image]: https://img.shields.io/npm/l/markdownlint.svg
|
||||
[license-url]: http://opensource.org/licenses/MIT
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue