You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
GitHub now renders Markdown in CommonMark where spaces in a link
destination are invalid and need to be escaped.
PR-URL: #11944
Reviewed-By: Anna Henningsen <[email protected]>
Reviewed-By: Ben Noordhuis <[email protected]>
Copy file name to clipboardexpand all lines: README.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# Node.js
2
2
3
-
[](https://gitter.im/nodejs/node?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)[](https://bestpractices.coreinfrastructure.org/projects/29)
3
+
[](https://gitter.im/nodejs/node?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)[](https://bestpractices.coreinfrastructure.org/projects/29)
4
4
5
5
Node.js is a JavaScript runtime built on Chrome's V8 JavaScript engine. Node.js
6
6
uses an event-driven, non-blocking I/O model that makes it lightweight and
0 commit comments