summaryrefslogtreecommitdiff
path: root/doc/guides
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/guides
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/guides')
-rw-r--r--doc/guides/building-node-with-ninja.md1
-rw-r--r--doc/guides/contributing/pull-requests.md1
-rw-r--r--doc/guides/diagnostic-tooling-support-tiers.md1
-rw-r--r--doc/guides/maintaining-V8.md1
-rw-r--r--doc/guides/node-postmortem-support.md1
-rw-r--r--doc/guides/writing-tests.md1
6 files changed, 0 insertions, 6 deletions
diff --git a/doc/guides/building-node-with-ninja.md b/doc/guides/building-node-with-ninja.md
index ba495278ba..7a14d9e9c9 100644
--- a/doc/guides/building-node-with-ninja.md
+++ b/doc/guides/building-node-with-ninja.md
@@ -45,5 +45,4 @@ release build as shown below:
`alias nnodedebug='./configure --ninja && ninja -C out/Debug && ln -fs
out/Debug/node node_g'`
-
[Ninja]: https://ninja-build.org/
diff --git a/doc/guides/contributing/pull-requests.md b/doc/guides/contributing/pull-requests.md
index c48738734b..5cc8f7d17f 100644
--- a/doc/guides/contributing/pull-requests.md
+++ b/doc/guides/contributing/pull-requests.md
@@ -154,7 +154,6 @@ A good commit message should describe what changed and why.
- `net: add localAddress and localPort to Socket`
- `src: fix typos in async_wrap.h`
-
2. Keep the second line blank.
3. Wrap all other lines at 72 columns (except for long URLs).
diff --git a/doc/guides/diagnostic-tooling-support-tiers.md b/doc/guides/diagnostic-tooling-support-tiers.md
index 87a8b9dd67..1368cdd666 100644
--- a/doc/guides/diagnostic-tooling-support-tiers.md
+++ b/doc/guides/diagnostic-tooling-support-tiers.md
@@ -103,7 +103,6 @@ The tools are currently assigned to Tiers as follows:
|-----------|---------------------------|-------------------------------|-------------------------|-------------|
| | | | | |
-
## Tier 3
| Tool Type | Tool/API Name | Regular Testing in Node.js CI | Integrated with Node.js | Target Tier |
diff --git a/doc/guides/maintaining-V8.md b/doc/guides/maintaining-V8.md
index 0c72c5fc4e..98b543ef2d 100644
--- a/doc/guides/maintaining-V8.md
+++ b/doc/guides/maintaining-V8.md
@@ -141,7 +141,6 @@ includes the following branches<sup>1</sup>:
</tr>
</table>
-
The versions of V8 used in Node.js v4.x, v6.x, and 8.x have already been
abandoned by upstream V8. However, Node.js needs to continue supporting
these branches for many months (Current branches) or several
diff --git a/doc/guides/node-postmortem-support.md b/doc/guides/node-postmortem-support.md
index bc9ff51949..5845f2a84f 100644
--- a/doc/guides/node-postmortem-support.md
+++ b/doc/guides/node-postmortem-support.md
@@ -5,7 +5,6 @@ by debuggers and other tools to navigate through internal structures of software
when analyzing its memory (either on a running process or a core dump). Node.js
provides this metadata in its builds for V8 and Node.js internal structures.
-
## V8 Postmortem metadata
V8 prefixes all postmortem constants with `v8dbg_`, and they allow inspection of
diff --git a/doc/guides/writing-tests.md b/doc/guides/writing-tests.md
index b6f7f47129..0d29aba2c9 100644
--- a/doc/guides/writing-tests.md
+++ b/doc/guides/writing-tests.md
@@ -308,7 +308,6 @@ as part of the test (message tests, tests that check output from child
processes, etc.), or is there as a debug aide. If there is any chance of
confusion, use comments to make the purpose clear.
-
### ES.Next features
For performance considerations, we only use a selected subset of ES.Next