Skip to content

Commit 8662eac

Browse files
committed
Add more badges
1 parent bf9eeae commit 8662eac

File tree

1 file changed

+18
-5
lines changed

1 file changed

+18
-5
lines changed

readme.md

Lines changed: 18 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
1-
# hast-util-to-mdast [![Build Status][travis-badge]][travis] [![Coverage Status][codecov-badge]][codecov]
1+
# hast-util-to-mdast
2+
3+
[![Build][build-badge]][build]
4+
[![Coverage][coverage-badge]][coverage]
5+
[![Downloads][downloads-badge]][downloads]
6+
[![Chat][chat-badge]][chat]
27

38
Transform [HAST][] (HTML) to [MDAST][] (markdown).
49

@@ -155,13 +160,21 @@ repository, organisation, or community you agree to abide by its terms.
155160

156161
<!-- Definitions -->
157162

158-
[travis-badge]: https://img.shields.io/travis/syntax-tree/hast-util-to-mdast.svg
163+
[build-badge]: https://img.shields.io/travis/syntax-tree/hast-util-to-mdast.svg
164+
165+
[build]: https://travis-ci.org/syntax-tree/hast-util-to-mdast
166+
167+
[coverage-badge]: https://img.shields.io/codecov/c/github/syntax-tree/hast-util-to-mdast.svg
168+
169+
[coverage]: https://codecov.io/github/syntax-tree/hast-util-to-mdast
170+
171+
[downloads-badge]: https://img.shields.io/npm/dm/hast-util-to-mdast.svg
159172

160-
[travis]: https://travis-ci.org/syntax-tree/hast-util-to-mdast
173+
[downloads]: https://www.npmjs.com/package/hast-util-to-mdast
161174

162-
[codecov-badge]: https://img.shields.io/codecov/c/github/syntax-tree/hast-util-to-mdast.svg
175+
[chat-badge]: https://img.shields.io/badge/join%20the%20community-on%20spectrum-7b16ff.svg
163176

164-
[codecov]: https://codecov.io/github/syntax-tree/hast-util-to-mdast
177+
[chat]: https://spectrum.chat/unified/rehype
165178

166179
[npm]: https://docs.npmjs.com/cli/install
167180

0 commit comments

Comments
 (0)