|
1 |
| -# mdast-util-to-nlcst [![Build Status][travis-badge]][travis] [![Coverage Status][codecov-badge]][codecov] |
| 1 | +# mdast-util-to-nlcst |
| 2 | + |
| 3 | +[![Build][build-badge]][build] |
| 4 | +[![Coverage][coverage-badge]][coverage] |
| 5 | +[![Downloads][downloads-badge]][downloads] |
| 6 | +[![Size][size-badge]][size] |
| 7 | +[![Sponsors][sponsors-badge]][collective] |
| 8 | +[![Backers][backers-badge]][collective] |
| 9 | +[![Chat][chat-badge]][chat] |
2 | 10 |
|
3 | 11 | Transform [MDAST][] to [NLCST][].
|
4 | 12 |
|
@@ -163,13 +171,31 @@ repository, organisation, or community you agree to abide by its terms.
|
163 | 171 |
|
164 | 172 | <!-- Definitions -->
|
165 | 173 |
|
166 |
| -[travis-badge]: https://img.shields.io/travis/syntax-tree/mdast-util-to-nlcst.svg |
| 174 | +[build-badge]: https://img.shields.io/travis/syntax-tree/mdast-util-to-nlcst.svg |
| 175 | + |
| 176 | +[build]: https://travis-ci.org/syntax-tree/mdast-util-to-nlcst |
| 177 | + |
| 178 | +[coverage-badge]: https://img.shields.io/codecov/c/github/syntax-tree/mdast-util-to-nlcst.svg |
| 179 | + |
| 180 | +[coverage]: https://codecov.io/github/syntax-tree/mdast-util-to-nlcst |
| 181 | + |
| 182 | +[downloads-badge]: https://img.shields.io/npm/dm/mdast-util-to-nlcst.svg |
| 183 | + |
| 184 | +[downloads]: https://www.npmjs.com/package/mdast-util-to-nlcst |
| 185 | + |
| 186 | +[size-badge]: https://img.shields.io/bundlephobia/minzip/mdast-util-to-nlcst.svg |
| 187 | + |
| 188 | +[size]: https://bundlephobia.com/result?p=mdast-util-to-nlcst |
| 189 | + |
| 190 | +[sponsors-badge]: https://opencollective.com/unified/sponsors/badge.svg |
| 191 | + |
| 192 | +[backers-badge]: https://opencollective.com/unified/backers/badge.svg |
167 | 193 |
|
168 |
| -[travis]: https://travis-ci.org/syntax-tree/mdast-util-to-nlcst |
| 194 | +[collective]: https://opencollective.com/unified |
169 | 195 |
|
170 |
| -[codecov-badge]: https://img.shields.io/codecov/c/github/syntax-tree/mdast-util-to-nlcst.svg |
| 196 | +[chat-badge]: https://img.shields.io/badge/join%20the%20community-on%20spectrum-7b16ff.svg |
171 | 197 |
|
172 |
| -[codecov]: https://codecov.io/github/syntax-tree/mdast-util-to-nlcst |
| 198 | +[chat]: https://spectrum.chat/unified/syntax-tree |
173 | 199 |
|
174 | 200 | [npm]: https://docs.npmjs.com/cli/install
|
175 | 201 |
|
|
0 commit comments