Skip to content

Commit 94b415b

Browse files
Trotttargos
authored andcommitted
doc: add blank line between comments
Upcoming remark-based formatting/linting will add a blank line between comments in markdown. This is in preparation for that change. PR-URL: #40160 Reviewed-By: Michaël Zasso <[email protected]> Reviewed-By: Antoine du Hamel <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Luigi Pinca <[email protected]>
1 parent 847b451 commit 94b415b

35 files changed

+40
-51
lines changed

doc/api/addons.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# C++ addons
22

33
<!--introduced_in=v0.10.0-->
4+
45
<!-- type=misc -->
56

67
_Addons_ are dynamically-linked shared objects written in C++. The

doc/api/cli.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# Command-line options
22

33
<!--introduced_in=v5.9.1-->
4+
45
<!--type=misc-->
56

67
Node.js comes with a variety of CLI options. These options expose built-in

doc/api/corepack.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# Corepack
22

33
<!-- introduced_in=v16.9.0 -->
4+
45
<!-- type=misc -->
56

67
> Stability: 1 - Experimental

doc/api/deprecations.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# Deprecated APIs
22

33
<!--introduced_in=v7.7.0-->
4+
45
<!-- type=misc -->
56

67
Node.js APIs might be deprecated for any of the following reasons:

doc/api/documentation.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# About this documentation
22

33
<!--introduced_in=v0.10.0-->
4+
45
<!-- type=misc -->
56

67
Welcome to the official API reference documentation for Node.js!
@@ -51,6 +52,7 @@ a command-line flag. Experimental features may also emit a [warning][].
5152

5253
## Stability overview
5354
<!-- STABILITY_OVERVIEW_SLOT_BEGIN -->
55+
5456
<!-- STABILITY_OVERVIEW_SLOT_END -->
5557

5658
## JSON output

doc/api/errors.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# Errors
22

33
<!--introduced_in=v4.0.0-->
4+
45
<!--type=misc-->
56

67
Applications running in Node.js will generally experience four categories of

doc/api/esm.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
# Modules: ECMAScript modules
22

33
<!--introduced_in=v8.5.0-->
4+
45
<!-- type=misc -->
6+
57
<!-- YAML
68
added: v8.5.0
79
changes:

doc/api/globals.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# Global objects
22

33
<!--introduced_in=v0.10.0-->
4+
45
<!-- type=misc -->
56

67
These objects are available in all modules. The following variables may appear

doc/api/intl.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# Internationalization support
22

33
<!--introduced_in=v8.2.0-->
4+
45
<!-- type=misc -->
56

67
Node.js has many features that make it easier to write internationalized

doc/api/module.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# Modules: `module` API
22

33
<!--introduced_in=v12.20.0-->
4+
45
<!-- YAML
56
added: v0.3.7
67
-->

0 commit comments

Comments
 (0)