Skip to content

Commit e53f4ef

Browse files
authored
build(deps-dev): bump remark-cli from 9.0.0 to 10.0.0 + MD files fixes (nodejs#1710)
1 parent c8ff509 commit e53f4ef

10 files changed

Lines changed: 2020 additions & 241 deletions

File tree

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,6 @@ By making a contribution to this project, I certify that:
9999
including my sign-off) is maintained indefinitely and may be redistributed consistent
100100
with this project or the open source license(s) involved.
101101

102+
[Storybook]: https://storybook.js.org/
102103
[`squash`]: https://help.github.com/en/articles/about-pull-request-merges#squash-and-merge-your-pull-request-commits
103104
[conventional commits]: https://www.conventionalcommits.org/
104-
[Storybook]: https://storybook.js.org/

content/about/about.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,8 @@ which allows you to share sockets between processes to enable load balancing
6161
over your cores.
6262

6363
[Blocking vs. Non-Blocking]: https://nodejs.org/en/docs/guides/blocking-vs-non-blocking/
64+
[Event Machine]: https://github.com/eventmachine/eventmachine
65+
[Twisted]: https://twistedmatrix.com/trac/
6466
[`child_process.fork()`]: https://nodejs.org/api/child_process.html#child_process_child_process_fork_modulepath_args_options
6567
[`cluster`]: https://nodejs.org/api/cluster.html
6668
[event loop]: https://nodejs.org/en/docs/guides/event-loop-timers-and-nexttick/
67-
[Event Machine]: https://github.com/eventmachine/eventmachine
68-
[Twisted]: https://twistedmatrix.com/trac/

content/about/governance.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,10 @@ which is responsible for high-level guidance of the project, and the
2828
[Community Committee (CommComm)][] which is responsible for guiding and
2929
extending the Node.js community.
3030

31-
[collaborator-guide.md]: https://github.com/nodejs/node/blob/master/doc/guides/collaborator-guide.md
3231
[Community Committee (CommComm)]: https://github.com/nodejs/community-committee/blob/master/Community-Committee-Charter.md
3332
[Consensus Seeking]: https://en.wikipedia.org/wiki/Consensus-seeking_decision-making
3433
[README.md]: https://github.com/nodejs/node/blob/master/README.md#current-project-team-members
35-
[Technical Steering Committee (TSC)]: https://github.com/nodejs/TSC/blob/master/TSC-Charter.md
3634
[TSC]: https://github.com/nodejs/TSC
35+
[Technical Steering Committee (TSC)]: https://github.com/nodejs/TSC/blob/master/TSC-Charter.md
36+
[collaborator-guide.md]: https://github.com/nodejs/node/blob/master/doc/guides/collaborator-guide.md
3737
[nodejs/node]: https://github.com/nodejs/node

content/about/resources.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,13 @@ category: about
77

88
## Logo Downloads
99

10+
<!--lint disable nodejs-links-->
1011
Please review the [trademark policy](/trademark) for information about permissible use of Node.js® logos and marks.
12+
<!--lint enable nodejs-links-->
1113

12-
Guidelines for the visual display of the Node.js mark are described in
13-
the [Visual Guidelines](/static/documents/foundation-visual-guidelines.pdf).
14+
<!--lint disable nodejs-links-->
15+
Guidelines for the visual display of the Node.js mark are described in the [Visual Guidelines](/static/documents/foundation-visual-guidelines.pdf).
16+
<!--lint enable nodejs-links-->
1417

1518
<table class="resources-logos">
1619
<tr>

content/about/trademark.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,6 @@ For more details on using the Node.js mark, please read the
2828
If you have any questions don't hesitate to
2929
[email us](mailto:trademark@openjsf.org).
3030

31-
Guidelines for the visual display of the Node.js mark are described in
32-
the [Visual Guidelines](/static/documents/foundation-visual-guidelines.pdf).
31+
<!--lint disable nodejs-links-->
32+
Guidelines for the visual display of the Node.js mark are described in the [Visual Guidelines](/static/documents/foundation-visual-guidelines.pdf).
33+
<!--lint enable nodejs-links-->

docs/adr/0001-sourcing-icons.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,5 +86,7 @@ Chosen option: "\[option 1\]", because \[justification. e.g., only option, which
8686

8787
## Links <!-- optional -->
8888

89+
<!--lint disable nodejs-links-->
8990
* [Link type](link-to-adr.md) <!-- example: Refined by [ADR-0005](0005-example.md) -->
91+
<!--lint enable nodejs-links-->
9092
*<!-- numbers of links can vary -->

docs/adr/template.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# \[short title of solved problem and solution\]
22

3+
<!--lint disable nodejs-links-->
34
* Status: [proposed | rejected | accepted | deprecated | … | superseded by [ADR-0005](0005-example.md)] <!-- optional -->
5+
<!--lint enable nodejs-links-->
46
* Deciders: \[list everyone involved in the decision\] <!-- optional -->
57
* Date: \[YYYY-MM-DD when the decision was last updated\] <!-- optional -->
68

@@ -68,5 +70,7 @@ Chosen option: "\[option 1\]", because \[justification. e.g., only option, which
6870

6971
## Links <!-- optional -->
7072

73+
<!--lint disable nodejs-links-->
7174
* [Link type](link-to-adr.md) <!-- example: Refined by [ADR-0005](0005-example.md) -->
75+
<!--lint enable nodejs-links-->
7276
*<!-- numbers of links can vary -->

0 commit comments

Comments
 (0)