Skip to content

Commit

Permalink
Add more badges
Browse files Browse the repository at this point in the history
  • Loading branch information
wooorm committed Nov 17, 2018
1 parent 46596f8 commit 7a9e3cc
Showing 1 changed file with 20 additions and 7 deletions.
27 changes: 20 additions & 7 deletions readme.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,17 @@
# rehype-remark [![Build Status][travis-badge]][travis] [![Coverage Status][codecov-badge]][codecov]
# rehype-remark

[![Build][build-badge]][build]
[![Coverage][coverage-badge]][coverage]
[![Downloads][downloads-badge]][downloads]
[![Chat][chat-badge]][chat]

Bridge / mutate from [**rehype**][rehype] to [**remark**][remark].

Tiny wrapper around [`hast-util-to-mdast`][to-mdast].

## Installation

[npm][npm-install]:
[npm][npm]:

```bash
npm install rehype-remark
Expand Down Expand Up @@ -92,15 +97,23 @@ repository, organisation, or community you agree to abide by its terms.

<!-- Definitions -->

[travis-badge]: https://img.shields.io/travis/rehypejs/rehype-remark.svg
[build-badge]: https://img.shields.io/travis/rehypejs/rehype-remark.svg

[build]: https://travis-ci.org/rehypejs/rehype-remark

[coverage-badge]: https://img.shields.io/codecov/c/github/rehypejs/rehype-remark.svg

[coverage]: https://codecov.io/github/rehypejs/rehype-remark

[downloads-badge]: https://img.shields.io/npm/dm/rehype-remark.svg

[travis]: https://travis-ci.org/rehypejs/rehype-remark
[downloads]: https://www.npmjs.com/package/rehype-remark

[codecov-badge]: https://img.shields.io/codecov/c/github/rehypejs/rehype-remark.svg
[chat-badge]: https://img.shields.io/badge/join%20the%20community-on%20spectrum-7b16ff.svg

[codecov]: https://codecov.io/github/rehypejs/rehype-remark
[chat]: https://spectrum.chat/unified/rehype

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

[license]: license

Expand Down

0 comments on commit 7a9e3cc

Please sign in to comment.