Skip to content

Commit 0912dde

Browse files
committed
Use 3 hyphens a mostly-ignored requirement.
See russross/blackfriday#351 While github accepts "-|-|-" as the second row, github specified this is incorrect and blackfriday follows the the requirement for this to have 3+ hyphens.
1 parent 43efcb3 commit 0912dde

8 files changed

+18
-18
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
&nbsp; <sup>[More info on workgroups](ABOUT.md)</sup>
66

77
Title | Summary | Members
8-
-|-|-:
8+
--- | --- | ---:
99
[Organization][wg-organization]|Organization level day-to-day tasks.|2
1010
[Outreach][wg-outreach]|Reaching out to places and people where Team Open may be of help.|2
1111
[Lifeguard][wg-lifeguard]|Development of the Lifeguard project itself.|2
@@ -15,7 +15,7 @@ Title | Summary | Members
1515
# List of roles
1616

1717
Workgroup | Role | Summary
18-
-|-|-
18+
--- | --- | ---
1919
[Organization][wg-organization]|`credentials`|People who handle login details / credentials for any part of the organization and share it with the appropriate other workgroups and members.
2020
[Organization][wg-organization]|`workgroups`|People who facilitate the operation of workgroups.
2121
[Organization][wg-organization]|`discord`|Have admin permissions for the Discord server.
@@ -29,7 +29,7 @@ Workgroup | Role | Summary
2929
Any workgroup has these roles.
3030

3131
Role | Summary
32-
-|-
32+
--- | ---
3333
`trial`|New workgroup members who are in a trial period with limited permissions.
3434

3535

scripts/templates/workgroup-list.md.hbs

+3-3
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,15 @@
55
&nbsp; <sup>[More info on workgroups](ABOUT.md)</sup>
66

77
Title | Summary | Members
8-
-|-|-:
8+
--- | --- | ---:
99
{{#each workgroups}}
1010
[{{trim title}}][{{@key}}]|{{trim subtitle}}|{{members.length}}
1111
{{/each}}
1212

1313
# List of roles
1414

1515
Workgroup | Role | Summary
16-
-|-|-
16+
--- | --- | ---
1717
{{#each workgroups}}
1818
{{#each roles}}
1919
{{#unless (hasKey ../../sharedRoles @key)}}
@@ -27,7 +27,7 @@ Workgroup | Role | Summary
2727
Any workgroup has these roles.
2828

2929
Role | Summary
30-
-|-
30+
--- | ---
3131
{{#each sharedRoles}}
3232
`{{@key}}`|{{trim this}}
3333
{{/each}}

scripts/templates/workgroup.md.hbs

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,15 @@ ID: {{key}}<br>
1010
## Roles
1111

1212
Role | Description
13-
-|-
13+
--- | ---
1414
{{#each roles}}
1515
{{@key}}|{{trim this}}
1616
{{/each}}
1717

1818
## Members
1919

2020
&nbsp;|Name|Roles
21-
-|-|-
21+
--- | --- | ---
2222
{{#each members}}
2323
{{{avatarFor member.username 32}}}|{{memberDisplay member}}|{{join roles ', '}}
2424
{{/each}}

workgroups/wg-lifeguard-devs.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,12 @@ The overall work on the Lifeguard project is done in `wg-lifeguard` instead.
1515
## Roles
1616

1717
Role | Description
18-
-|-
18+
--- | ---
1919
trial|New workgroup members who are in a trial period with limited permissions.
2020

2121
## Members
2222

2323
&nbsp;|Name|Roles
24-
-|-|-
24+
--- | --- | ---
2525
<img src="https://avatars.githubusercontent.com/Beanow?v=4&s=32" width="32" height="32" alt="Beanow" />|Robin van Boven ([@Beanow](https://github.com/Beanow))|
2626
<img src="https://avatars.githubusercontent.com/nothingismagick?v=4&s=32" width="32" height="32" alt="nothingismagick" />|Daniel Thompson-Yvetot ([@nothingismagick](https://github.com/nothingismagick))|

workgroups/wg-lifeguard.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,12 @@ maintenance of open-source projects.
1616
## Roles
1717

1818
Role | Description
19-
-|-
19+
--- | ---
2020
trial|New workgroup members who are in a trial period with limited permissions.
2121

2222
## Members
2323

2424
&nbsp;|Name|Roles
25-
-|-|-
25+
--- | --- | ---
2626
<img src="https://avatars.githubusercontent.com/Beanow?v=4&s=32" width="32" height="32" alt="Beanow" />|Robin van Boven ([@Beanow](https://github.com/Beanow))|
2727
<img src="https://avatars.githubusercontent.com/nothingismagick?v=4&s=32" width="32" height="32" alt="nothingismagick" />|Daniel Thompson-Yvetot ([@nothingismagick](https://github.com/nothingismagick))|

workgroups/wg-media.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,14 @@ internally and externally.
1515
## Roles
1616

1717
Role | Description
18-
-|-
18+
--- | ---
1919
trial|New workgroup members who are in a trial period with limited permissions.
2020
twitter|People who manage the Twitter account.
2121
devto|People who manage the dev.to account.
2222

2323
## Members
2424

2525
&nbsp;|Name|Roles
26-
-|-|-
26+
--- | --- | ---
2727
<img src="https://avatars.githubusercontent.com/Beanow?v=4&s=32" width="32" height="32" alt="Beanow" />|Robin van Boven ([@Beanow](https://github.com/Beanow))|twitter, devto
2828
<img src="https://avatars.githubusercontent.com/nothingismagick?v=4&s=32" width="32" height="32" alt="nothingismagick" />|Daniel Thompson-Yvetot ([@nothingismagick](https://github.com/nothingismagick))|

workgroups/wg-organization.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Organization level day-to-day tasks.
1313
## Roles
1414

1515
Role | Description
16-
-|-
16+
--- | ---
1717
trial|New workgroup members who are in a trial period with limited permissions.
1818
credentials|People who handle login details / credentials for any part of the organization and share it with the appropriate other workgroups and members.
1919
workgroups|People who facilitate the operation of workgroups.
@@ -23,6 +23,6 @@ github|Have admin permissions for the GitHub organization.
2323
## Members
2424

2525
&nbsp;|Name|Roles
26-
-|-|-
26+
--- | --- | ---
2727
<img src="https://avatars.githubusercontent.com/Beanow?v=4&s=32" width="32" height="32" alt="Beanow" />|Robin van Boven ([@Beanow](https://github.com/Beanow))|discord, github, credentials, workgroups
2828
<img src="https://avatars.githubusercontent.com/nothingismagick?v=4&s=32" width="32" height="32" alt="nothingismagick" />|Daniel Thompson-Yvetot ([@nothingismagick](https://github.com/nothingismagick))|discord, github

workgroups/wg-outreach.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,13 @@ or people that may be interested in joining us and contacts them.
1414
## Roles
1515

1616
Role | Description
17-
-|-
17+
--- | ---
1818
trial|New workgroup members who are in a trial period with limited permissions.
1919
hello|People who manage the hello@... e-mail address.
2020

2121
## Members
2222

2323
&nbsp;|Name|Roles
24-
-|-|-
24+
--- | --- | ---
2525
<img src="https://avatars.githubusercontent.com/Beanow?v=4&s=32" width="32" height="32" alt="Beanow" />|Robin van Boven ([@Beanow](https://github.com/Beanow))|hello
2626
<img src="https://avatars.githubusercontent.com/nothingismagick?v=4&s=32" width="32" height="32" alt="nothingismagick" />|Daniel Thompson-Yvetot ([@nothingismagick](https://github.com/nothingismagick))|

0 commit comments

Comments
 (0)