Skip to content

Commit 386b447

Browse files
committed
cleanup badges
1 parent d59bc46 commit 386b447

File tree

2 files changed

+26
-26
lines changed

2 files changed

+26
-26
lines changed

.verb.md

Lines changed: 12 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
# Sponsors
2+
3+
Thanks to the following companies, organizations, and individuals for supporting the ongoing maintenance and development of {%= name %}! [Become a Sponsor](https://github.com/sponsors/jonschlinkert) to add your logo to this README, or any of [my other projects](https://github.com/jonschlinkert?tab=repositories&q=&type=&language=&sort=stargazers)
4+
5+
## Gold Sponsors
6+
7+
| [<img src="https://github.com/jonschlinkert/clone-deep/assets/383994/98036489-2cae-48a2-8d29-7dec58ea05c4" alt="https://jaake.tech/" width="100"/>](https://jaake.tech/) |
8+
|:---:|
9+
| [https://jaake.tech/](https://jaake.tech/) |
10+
11+
<br />
12+
113
## Quick Start
214
Assuming you want to add a TOC to README.md:
315
1. `$ npm install -g markdown-toc`
@@ -263,13 +275,3 @@ Type: `Boolean`
263275
Default: `true`
264276

265277
Strip extraneous HTML tags from heading text before slugifying. This is similar to GitHub markdown behavior.
266-
267-
## Sponsors
268-
269-
The following companies, organizations, and individuals support the ongoing maintenance and development of {%= name %}. [Become a Sponsor](https://github.com/sponsors/jonschlinkert) to add your logo to this README, or any of [my other projects](https://github.com/jonschlinkert?tab=repositories&q=&type=&language=&sort=stargazers)
270-
271-
### Gold Sponsors
272-
273-
| [<img src="https://github.com/jonschlinkert/clone-deep/assets/383994/98036489-2cae-48a2-8d29-7dec58ea05c4" alt="https://jaake.tech/" width="100"/>](https://jaake.tech/) |
274-
|:---:|
275-
| [https://jaake.tech/](https://jaake.tech/) |

README.md

Lines changed: 14 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# markdown-toc [![NPM version](https://img.shields.io/npm/v/markdown-toc.svg?style=flat)](https://www.npmjs.com/package/markdown-toc) [![NPM monthly downloads](https://img.shields.io/npm/dm/markdown-toc.svg?style=flat)](https://npmjs.org/package/markdown-toc) [![NPM total downloads](https://img.shields.io/npm/dt/markdown-toc.svg?style=flat)](https://npmjs.org/package/markdown-toc) [![Windows Build Status](https://img.shields.io/appveyor/ci/jonschlinkert/markdown-toc.svg?style=flat&label=AppVeyor)](https://ci.appveyor.com/project/jonschlinkert/markdown-toc)
1+
# markdown-toc [![NPM version](https://img.shields.io/npm/v/markdown-toc.svg?style=flat)](https://www.npmjs.com/package/markdown-toc) [![NPM monthly downloads](https://img.shields.io/npm/dm/markdown-toc.svg?style=flat)](https://npmjs.org/package/markdown-toc) [![NPM total downloads](https://img.shields.io/npm/dt/markdown-toc.svg?style=flat)](https://npmjs.org/package/markdown-toc)
22

33
> Generate a markdown TOC (table of contents) with Remarkable.
44
@@ -19,8 +19,6 @@ Please consider following this project's author, [Jon Schlinkert](https://github
1919
* [options.maxdepth](#optionsmaxdepth)
2020
* [options.firsth1](#optionsfirsth1)
2121
* [options.stripHeadingTags](#optionsstripheadingtags)
22-
- [Sponsors](#sponsors)
23-
* [Gold Sponsors](#gold-sponsors)
2422
- [About](#about)
2523

2624
_(TOC generated by [verb](https://github.com/verbose/verb) using [markdown-toc](https://github.com/jonschlinkert/markdown-toc))_
@@ -33,6 +31,18 @@ Install with [npm](https://www.npmjs.com/):
3331
$ npm install --save markdown-toc
3432
```
3533

34+
# Sponsors
35+
36+
Thanks to the following companies, organizations, and individuals for supporting the ongoing maintenance and development of markdown-toc! [Become a Sponsor](https://github.com/sponsors/jonschlinkert) to add your logo to this README, or any of [my other projects](https://github.com/jonschlinkert?tab=repositories&q=&type=&language=&sort=stargazers)
37+
38+
## Gold Sponsors
39+
40+
| [<img src="https://github.com/jonschlinkert/clone-deep/assets/383994/98036489-2cae-48a2-8d29-7dec58ea05c4" alt="https://jaake.tech/" width="100"/>](https://jaake.tech/) |
41+
|:---:|
42+
| [https://jaake.tech/](https://jaake.tech/) |
43+
44+
<br />
45+
3646
## Quick Start
3747

3848
Assuming you want to add a TOC to README.md:
@@ -64,8 +74,6 @@ Usage: markdown-toc [options] <input>
6474
* [options.maxdepth](#optionsmaxdepth)
6575
* [options.firsth1](#optionsfirsth1)
6676
* [options.stripHeadingTags](#optionsstripheadingtags)
67-
- [Sponsors](#sponsors)
68-
* [Gold Sponsors](#gold-sponsors)
6977
- [About](#about)
7078
7179
_(TOC generated by [verb](https://github.com/verbose/verb) using [markdown-toc](https://github.com/jonschlinkert/markdown-toc))_;
@@ -315,16 +323,6 @@ Default: `true`
315323

316324
Strip extraneous HTML tags from heading text before slugifying. This is similar to GitHub markdown behavior.
317325

318-
## Sponsors
319-
320-
The following companies, organizations, and individuals support the ongoing maintenance and development of markdown-toc. [Become a Sponsor](https://github.com/sponsors/jonschlinkert) to add your logo to this README, or any of [my other projects](https://github.com/jonschlinkert?tab=repositories&q=&type=&language=&sort=stargazers)
321-
322-
### Gold Sponsors
323-
324-
| [<img src="https://github.com/jonschlinkert/clone-deep/assets/383994/98036489-2cae-48a2-8d29-7dec58ea05c4" alt="https://jaake.tech/" width="100"/>](https://jaake.tech/) |
325-
|:---:|
326-
| [https://jaake.tech/](https://jaake.tech/) |
327-
328326
## About
329327

330328
<details>
@@ -372,7 +370,7 @@ You might also be interested in these projects:
372370

373371
| **Commits** | **Contributor** |
374372
| --- | --- |
375-
| 198 | [jonschlinkert](https://github.com/jonschlinkert) |
373+
| 199 | [jonschlinkert](https://github.com/jonschlinkert) |
376374
| 9 | [doowb](https://github.com/doowb) |
377375
| 4 | [dbooth-boston](https://github.com/dbooth-boston) |
378376
| 3 | [sapegin](https://github.com/sapegin) |

0 commit comments

Comments
 (0)