summaryrefslogtreecommitdiff
path: root/doc/api
diff options
context:
space:
mode:
authorNick Schonning <nschonni@gmail.com>2019-08-29 09:04:34 -0400
committerRich Trott <rtrott@gmail.com>2019-08-31 15:27:58 -0700
commit9a46cfc33796a5effade4a0c6de95807f1fca7ad (patch)
tree4ba6024f24f8b6d1893a172fe00e75b8cc2fc53b /doc/api
parentcad3a21c1d0d216ba0d0b4b8eaa7a468fab7c2a9 (diff)
downloadandroid-node-v8-9a46cfc33796a5effade4a0c6de95807f1fca7ad.tar.gz
android-node-v8-9a46cfc33796a5effade4a0c6de95807f1fca7ad.tar.bz2
android-node-v8-9a46cfc33796a5effade4a0c6de95807f1fca7ad.zip
doc: remove multiple consecutive blank lines
These are rendered as single breaks. Addresses Markdownlint MD012 rule. PR-URL: https://github.com/nodejs/node/pull/29352 Reviewed-By: Michael Dawson <michael_dawson@ca.ibm.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
Diffstat (limited to 'doc/api')
-rw-r--r--doc/api/documentation.md1
-rw-r--r--doc/api/errors.md2
-rw-r--r--doc/api/events.md1
-rw-r--r--doc/api/fs.md1
-rw-r--r--doc/api/globals.md1
-rw-r--r--doc/api/https.md1
-rw-r--r--doc/api/n-api.md2
-rw-r--r--doc/api/policy.md1
-rw-r--r--doc/api/tls.md2
-rw-r--r--doc/api/v8.md1
10 files changed, 0 insertions, 13 deletions
diff --git a/doc/api/documentation.md b/doc/api/documentation.md
index c0733f266d..14310f7bae 100644
--- a/doc/api/documentation.md
+++ b/doc/api/documentation.md
@@ -12,7 +12,6 @@ Node.js is a JavaScript runtime built on the [V8 JavaScript engine][].
Report errors in this documentation in [the issue tracker][]. See
[the contributing guide][] for directions on how to submit pull requests.
-
## Stability Index
<!--type=misc-->
diff --git a/doc/api/errors.md b/doc/api/errors.md
index b2dafd42de..6eb86886f5 100644
--- a/doc/api/errors.md
+++ b/doc/api/errors.md
@@ -610,7 +610,6 @@ The OpenSSL library the error originates in.
A human-readable string describing the reason for the error.
-
<a id="nodejs-error-codes"></a>
## Node.js Error Codes
@@ -2172,7 +2171,6 @@ removed: v10.0.0
The `repl` module was unable to parse data from the REPL history file.
-
<a id="ERR_STDERR_CLOSE"></a>
### ERR_STDERR_CLOSE
<!-- YAML
diff --git a/doc/api/events.md b/doc/api/events.md
index d102f8abcb..021c6b0598 100644
--- a/doc/api/events.md
+++ b/doc/api/events.md
@@ -307,7 +307,6 @@ to each.
Returns `true` if the event had listeners, `false` otherwise.
-
```js
const EventEmitter = require('events');
const myEmitter = new EventEmitter();
diff --git a/doc/api/fs.md b/doc/api/fs.md
index 1dc2c6841c..0d17c5deb4 100644
--- a/doc/api/fs.md
+++ b/doc/api/fs.md
@@ -357,7 +357,6 @@ added: v10.10.0
Returns `true` if the `fs.Dirent` object describes a symbolic link.
-
### dirent.name
<!-- YAML
added: v10.10.0
diff --git a/doc/api/globals.md b/doc/api/globals.md
index 7d1cc415bf..f12538ef4a 100644
--- a/doc/api/globals.md
+++ b/doc/api/globals.md
@@ -195,7 +195,6 @@ added: v11.0.0
The WHATWG `TextEncoder` class. See the [`TextEncoder`][] section.
-
## URL
<!-- YAML
added: v10.0.0
diff --git a/doc/api/https.md b/doc/api/https.md
index 172c91bbfa..4b32ff087a 100644
--- a/doc/api/https.md
+++ b/doc/api/https.md
@@ -75,7 +75,6 @@ See [`http.Server#headersTimeout`][].
Starts the HTTPS server listening for encrypted connections.
This method is identical to [`server.listen()`][] from [`net.Server`][].
-
### server.maxHeadersCount
- {number} **Default:** `2000`
diff --git a/doc/api/n-api.md b/doc/api/n-api.md
index 2bc1218fd9..a6e038108c 100644
--- a/doc/api/n-api.md
+++ b/doc/api/n-api.md
@@ -2429,7 +2429,6 @@ returns `napi_bigint_expected`.
This API returns the C `int64_t` primitive equivalent of the given JavaScript
`BigInt`. If needed it will truncate the value, setting `lossless` to `false`.
-
#### napi_get_value_bigint_uint64
<!-- YAML
added: v10.7.0
@@ -2457,7 +2456,6 @@ returns `napi_bigint_expected`.
This API returns the C `uint64_t` primitive equivalent of the given JavaScript
`BigInt`. If needed it will truncate the value, setting `lossless` to `false`.
-
#### napi_get_value_bigint_words
<!-- YAML
added: v10.7.0
diff --git a/doc/api/policy.md b/doc/api/policy.md
index d4c649636e..f6e7e82850 100644
--- a/doc/api/policy.md
+++ b/doc/api/policy.md
@@ -183,5 +183,4 @@ module.exports = function fn(...args) {
};
```
-
[relative url string]: https://url.spec.whatwg.org/#relative-url-with-fragment-string
diff --git a/doc/api/tls.md b/doc/api/tls.md
index 5b797b35a3..3989a18cfb 100644
--- a/doc/api/tls.md
+++ b/doc/api/tls.md
@@ -1644,7 +1644,6 @@ added: v11.4.0
the default to `'TLSv1.3'`. If multiple of the options are provided, the
highest maximum is used.
-
## tls.DEFAULT_MIN_VERSION
<!-- YAML
added: v11.4.0
@@ -1659,7 +1658,6 @@ added: v11.4.0
`'TLSv1.3'`. If multiple of the options are provided, the lowest minimum is
used.
-
## Deprecated APIs
### Class: CryptoStream
diff --git a/doc/api/v8.md b/doc/api/v8.md
index 97fe275001..3c4b20df78 100644
--- a/doc/api/v8.md
+++ b/doc/api/v8.md
@@ -134,7 +134,6 @@ Returns an object with the following properties:
* `number_of_native_contexts` {number}
* `number_of_detached_contexts` {number}
-
`does_zap_garbage` is a 0/1 boolean, which signifies whether the
`--zap_code_space` option is enabled or not. This makes V8 overwrite heap
garbage with a bit pattern. The RSS footprint (resident memory set) gets bigger