Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
fix: prepare for one last README change
Using remark to format markdown files is going to require one final
README.md format change. This accommodates that change while being
backward-compatible with previous formats.
  • Loading branch information
Trott committed Oct 29, 2021
commit 86eed4bc87218d2fb68de0953f0b73e17854962e
2 changes: 1 addition & 1 deletion lib/collaborators.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ const TSC_TITLE = '### TSC (Technical Steering Committee)';
const TSCE_TITLE = '### TSC Emeriti';
const CL_TITLE = '### Collaborators';
const CLE_TITLE = '### Collaborator Emeriti';
const CONTACT_RE = /\* +\[(.+?)\]\(.+?\) +-\s+\*\*(.+?)\*\* +(?:&lt;|\\<)(.+?)(?:&gt;|>)/mg;
const CONTACT_RE = /\* +\[(.+?)\]\(.+?\) +-\s+\*\*([^*]+?)\*\* +(?:&lt;|\\<|<<)([^>]+?)(?:&gt;|>)/mg;

const TSC = 'TSC';
const COLLABORATOR = 'COLLABORATOR';
Expand Down
4 changes: 2 additions & 2 deletions test/fixtures/README/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ For more information about the governance of the Node.js project, see
### TSC (Technical Steering Committee)

* [bar](https://github.com/bar) -
**Bar User** \<[email protected]> (she/her)
**Bar User** <<[email protected]>> (she/her)

### TSC emeriti

Expand All @@ -245,7 +245,7 @@ For more information about the governance of the Node.js project, see
### Collaborators

* [bar](https://github.com/bar) -
**Bar User** \<[email protected]> (she/her)
**Bar User** <<[email protected]>> (she/her)
* [Baz](https://github.com/Baz) -
**Baz User** &lt;[email protected]&gt; (he/him)
* [foo](https://github.com/foo) -
Expand Down