Skip to content

Commit 7dd897f

Browse files
Trotttargos
authored andcommitted
doc: prepare markdown files for more stringent blank-line linting
PR-URL: #29447 Reviewed-By: Michaël Zasso <[email protected]> Reviewed-By: Richard Lau <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Trivikram Kamat <[email protected]> Reviewed-By: Luigi Pinca <[email protected]>
1 parent c146fff commit 7dd897f

File tree

4 files changed

+0
-5
lines changed

4 files changed

+0
-5
lines changed

doc/changelogs/CHANGELOG_V8.md

-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
21
# Node.js 8 ChangeLog
32

43
<!--lint disable prohibited-strings-->

doc/releases.md

-1
Original file line numberDiff line numberDiff line change
@@ -756,7 +756,6 @@ test, or doc-related are to be listed as notable changes. Some SEMVER-MINOR
756756
commits may be listed as notable changes on a case-by-case basis. Use your
757757
judgment there.
758758

759-
760759
[CI lockdown procedure]: https://github.com/nodejs/build/blob/master/doc/jenkins-guide.md#restricting-access-for-security-releases
761760
[Build issue tracker]: https://github.com/nodejs/build/issues/new
762761
[nodejs.org release-post.js script]: https://github.com/nodejs/nodejs.org/blob/master/scripts/release-post.js

test/common/README.md

-2
Original file line numberDiff line numberDiff line change
@@ -677,7 +677,6 @@ original state after calling [`hijackstdio.hijackStdErr()`][].
677677
Restore the original `process.stdout.write()`. Used to restore `stdout` to its
678678
original state after calling [`hijackstdio.hijackStdOut()`][].
679679

680-
681680
## HTTP/2 Module
682681

683682
The http2.js module provides a handful of utilities for creating mock HTTP/2
@@ -922,7 +921,6 @@ A driver class for running WPT with the WPT harness in a vm.
922921

923922
See [the WPT tests README][] for details.
924923

925-
926924
[&lt;Array>]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array
927925
[&lt;ArrayBufferView&#91;&#93;>]: https://developer.mozilla.org/en-US/docs/Web/API/ArrayBufferView
928926
[&lt;Buffer>]: https://nodejs.org/api/buffer.html#buffer_class_buffer

tools/doc/README.md

-1
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,6 @@ added: v0.10.0
100100
This event is emitted on instances of `SomeClass`, not on the module itself.
101101
```
102102

103-
104103
* Classes have (description, Properties, Methods, Events).
105104
* Events have (list of listener arguments, description).
106105
* Functions have (list of arguments, returned value if defined, description).

0 commit comments

Comments
 (0)