diff options
| author | Rich Trott <rtrott@gmail.com> | 2021-09-19 17:18:42 -0700 |
|---|---|---|
| committer | Rich Trott <rtrott@gmail.com> | 2021-09-21 18:40:04 -0700 |
| commit | 0991dfceceede0b0ad47abf866e571dd5164d231 (patch) | |
| tree | fd1f291a692a229b1cb4e2acd322fcde5de837f8 /doc/api/documentation.md | |
| parent | 5ca5499c8787da1dbe1f5535a198dbdc2289a866 (diff) | |
| download | node-new-0991dfceceede0b0ad47abf866e571dd5164d231.tar.gz | |
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: https://github.com/nodejs/node/pull/40160
Reviewed-By: Michaƫl Zasso <targos@protonmail.com>
Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Diffstat (limited to 'doc/api/documentation.md')
| -rw-r--r-- | doc/api/documentation.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/api/documentation.md b/doc/api/documentation.md index a7747d91c1..9100354b36 100644 --- a/doc/api/documentation.md +++ b/doc/api/documentation.md @@ -1,6 +1,7 @@ # About this documentation <!--introduced_in=v0.10.0--> + <!-- type=misc --> 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][]. ## Stability overview <!-- STABILITY_OVERVIEW_SLOT_BEGIN --> + <!-- STABILITY_OVERVIEW_SLOT_END --> ## JSON output |
