Skip to content

Commit 63888af

Browse files
committedJun 15, 2020
Update sponsors
1 parent 7e07de0 commit 63888af

File tree

5 files changed

+35
-15
lines changed

5 files changed

+35
-15
lines changed
 

‎packages/remark-cli/readme.md

+7-3
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Command line interface for [**remark**][remark].
1818

1919
## Sponsors
2020

21-
<!--lint ignore no-html maximum-line-length-->
21+
<!--lint ignore no-html-->
2222

2323
<table>
2424
<tr valign="top">
@@ -32,7 +32,7 @@ Command line interface for [**remark**][remark].
3232
<a href="https://vercel.com"><img src="https://images.opencollective.com/vercel/d8a5bee/logo/512.png"></a>
3333
</td>
3434
<td width="33.33%" align="center" colspan="2">
35-
<a href="https://www.netlify.com">Netlify</a><br>🥇<br><br>
35+
<a href="https://www.netlify.com">Netlify</a><br><br><br>
3636
<!--OC has a sharper image-->
3737
<a href="https://www.netlify.com"><img src="https://images.opencollective.com/netlify/4087de2/logo/512.png"></a>
3838
</td>
@@ -50,7 +50,11 @@ Command line interface for [**remark**][remark].
5050
<a href="https://boostio.co">BoostIO</a><br>🥉<br><br>
5151
<a href="https://boostio.co"><img src="https://avatars1.githubusercontent.com/u/13612118?s=300&v=4"></a>
5252
</td>
53-
<td width="50%" align="center" colspan="3">
53+
<td width="16.67%" align="center">
54+
<a href="https://expo.io">Expo</a><br>🥉<br><br>
55+
<a href="https://expo.io"><img src="https://avatars1.githubusercontent.com/u/12504344?s=300&v=4"></a>
56+
</td>
57+
<td width="50%" align="center" colspan="2">
5458
<br><br><br><br>
5559
<a href="https://opencollective.com/unified"><strong>You?</strong></a>
5660
</td>

‎packages/remark-parse/readme.md

+7-3
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Can be [extended][extend] to change how Markdown is parsed.
1515

1616
## Sponsors
1717

18-
<!--lint ignore no-html maximum-line-length-->
18+
<!--lint ignore no-html-->
1919

2020
<table>
2121
<tr valign="top">
@@ -29,7 +29,7 @@ Can be [extended][extend] to change how Markdown is parsed.
2929
<a href="https://vercel.com"><img src="https://images.opencollective.com/vercel/d8a5bee/logo/512.png"></a>
3030
</td>
3131
<td width="33.33%" align="center" colspan="2">
32-
<a href="https://www.netlify.com">Netlify</a><br>🥇<br><br>
32+
<a href="https://www.netlify.com">Netlify</a><br><br><br>
3333
<!--OC has a sharper image-->
3434
<a href="https://www.netlify.com"><img src="https://images.opencollective.com/netlify/4087de2/logo/512.png"></a>
3535
</td>
@@ -47,7 +47,11 @@ Can be [extended][extend] to change how Markdown is parsed.
4747
<a href="https://boostio.co">BoostIO</a><br>🥉<br><br>
4848
<a href="https://boostio.co"><img src="https://avatars1.githubusercontent.com/u/13612118?s=300&v=4"></a>
4949
</td>
50-
<td width="50%" align="center" colspan="3">
50+
<td width="16.67%" align="center">
51+
<a href="https://expo.io">Expo</a><br>🥉<br><br>
52+
<a href="https://expo.io"><img src="https://avatars1.githubusercontent.com/u/12504344?s=300&v=4"></a>
53+
</td>
54+
<td width="50%" align="center" colspan="2">
5155
<br><br><br><br>
5256
<a href="https://opencollective.com/unified"><strong>You?</strong></a>
5357
</td>

‎packages/remark-stringify/readme.md

+7-3
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Can be [extended][extend] to change how Markdown is serialized.
1515

1616
## Sponsors
1717

18-
<!--lint ignore no-html maximum-line-length-->
18+
<!--lint ignore no-html-->
1919

2020
<table>
2121
<tr valign="top">
@@ -29,7 +29,7 @@ Can be [extended][extend] to change how Markdown is serialized.
2929
<a href="https://vercel.com"><img src="https://images.opencollective.com/vercel/d8a5bee/logo/512.png"></a>
3030
</td>
3131
<td width="33.33%" align="center" colspan="2">
32-
<a href="https://www.netlify.com">Netlify</a><br>🥇<br><br>
32+
<a href="https://www.netlify.com">Netlify</a><br><br><br>
3333
<!--OC has a sharper image-->
3434
<a href="https://www.netlify.com"><img src="https://images.opencollective.com/netlify/4087de2/logo/512.png"></a>
3535
</td>
@@ -47,7 +47,11 @@ Can be [extended][extend] to change how Markdown is serialized.
4747
<a href="https://boostio.co">BoostIO</a><br>🥉<br><br>
4848
<a href="https://boostio.co"><img src="https://avatars1.githubusercontent.com/u/13612118?s=300&v=4"></a>
4949
</td>
50-
<td width="50%" align="center" colspan="3">
50+
<td width="16.67%" align="center">
51+
<a href="https://expo.io">Expo</a><br>🥉<br><br>
52+
<a href="https://expo.io"><img src="https://avatars1.githubusercontent.com/u/12504344?s=300&v=4"></a>
53+
</td>
54+
<td width="50%" align="center" colspan="2">
5155
<br><br><br><br>
5256
<a href="https://opencollective.com/unified"><strong>You?</strong></a>
5357
</td>

‎packages/remark/readme.md

+7-3
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Or compiler?
2424

2525
## Sponsors
2626

27-
<!--lint ignore no-html maximum-line-length-->
27+
<!--lint ignore no-html-->
2828

2929
<table>
3030
<tr valign="top">
@@ -38,7 +38,7 @@ Or compiler?
3838
<a href="https://vercel.com"><img src="https://images.opencollective.com/vercel/d8a5bee/logo/512.png"></a>
3939
</td>
4040
<td width="33.33%" align="center" colspan="2">
41-
<a href="https://www.netlify.com">Netlify</a><br>🥇<br><br>
41+
<a href="https://www.netlify.com">Netlify</a><br><br><br>
4242
<!--OC has a sharper image-->
4343
<a href="https://www.netlify.com"><img src="https://images.opencollective.com/netlify/4087de2/logo/512.png"></a>
4444
</td>
@@ -56,7 +56,11 @@ Or compiler?
5656
<a href="https://boostio.co">BoostIO</a><br>🥉<br><br>
5757
<a href="https://boostio.co"><img src="https://avatars1.githubusercontent.com/u/13612118?s=300&v=4"></a>
5858
</td>
59-
<td width="50%" align="center" colspan="3">
59+
<td width="16.67%" align="center">
60+
<a href="https://expo.io">Expo</a><br>🥉<br><br>
61+
<a href="https://expo.io"><img src="https://avatars1.githubusercontent.com/u/12504344?s=300&v=4"></a>
62+
</td>
63+
<td width="50%" align="center" colspan="2">
6064
<br><br><br><br>
6165
<a href="https://opencollective.com/unified"><strong>You?</strong></a>
6266
</td>

‎readme.md

+7-3
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ This repository contains the following projects:
4343

4444
## Sponsors
4545

46-
<!--lint ignore no-html maximum-line-length-->
46+
<!--lint ignore no-html-->
4747

4848
<table>
4949
<tr valign="top">
@@ -57,7 +57,7 @@ This repository contains the following projects:
5757
<a href="https://vercel.com"><img src="https://images.opencollective.com/vercel/d8a5bee/logo/512.png"></a>
5858
</td>
5959
<td width="33.33%" align="center" colspan="2">
60-
<a href="https://www.netlify.com">Netlify</a><br>🥇<br><br>
60+
<a href="https://www.netlify.com">Netlify</a><br><br><br>
6161
<!--OC has a sharper image-->
6262
<a href="https://www.netlify.com"><img src="https://images.opencollective.com/netlify/4087de2/logo/512.png"></a>
6363
</td>
@@ -75,7 +75,11 @@ This repository contains the following projects:
7575
<a href="https://boostio.co">BoostIO</a><br>🥉<br><br>
7676
<a href="https://boostio.co"><img src="https://avatars1.githubusercontent.com/u/13612118?s=300&v=4"></a>
7777
</td>
78-
<td width="50%" align="center" colspan="3">
78+
<td width="16.67%" align="center">
79+
<a href="https://expo.io">Expo</a><br>🥉<br><br>
80+
<a href="https://expo.io"><img src="https://avatars1.githubusercontent.com/u/12504344?s=300&v=4"></a>
81+
</td>
82+
<td width="50%" align="center" colspan="2">
7983
<br><br><br><br>
8084
<a href="https://opencollective.com/unified"><strong>You?</strong></a>
8185
</td>

0 commit comments

Comments
 (0)
Please sign in to comment.