Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRich Trott <rtrott@gmail.com>2021-10-31 01:40:34 +0300
committerRich Trott <rtrott@gmail.com>2021-10-31 19:36:05 +0300
commit86099a375af95f519ae699b68ce101aa20236c5f (patch)
tree1e63ea33211dfe6abb0119f0c941ef07530bae9e /BUILDING.md
parent571e0b1b3f89d05f657355a0d2e8faf19b6b60de (diff)
tools: avoid unnecessary escaping in markdown formatter
Update mdast-util-to-markdown to 1.2.4 which reduces unnecessary escaping of `_` and some other characters. Re-run markdown formatter. PR-URL: https://github.com/nodejs/node/pull/40645 Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com> Reviewed-By: Michaƫl Zasso <targos@protonmail.com>
Diffstat (limited to 'BUILDING.md')
-rw-r--r--BUILDING.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/BUILDING.md b/BUILDING.md
index ddbc8682940..a3faef3e288 100644
--- a/BUILDING.md
+++ b/BUILDING.md
@@ -121,7 +121,7 @@ platforms. This is true regardless of entries in the table below.
[^1]: GCC 8 is not provided on the base platform. Users will
need the
- [Toolchain test builds PPA](https://launchpad.net/\~ubuntu-toolchain-r/+archive/ubuntu/test?field.series\_filter=xenial)
+ [Toolchain test builds PPA](https://launchpad.net/\~ubuntu-toolchain-r/+archive/ubuntu/test?field.series_filter=xenial)
or similar to source a newer compiler.
[^2]: GCC 8 is not provided on the base platform. Users will
@@ -272,7 +272,7 @@ $ make -j4
The `-j4` option will cause `make` to run 4 simultaneous compilation jobs which
may reduce build time. For more information, see the
-[GNU Make Documentation](https://www.gnu.org/software/make/manual/html\_node/Parallel.html).
+[GNU Make Documentation](https://www.gnu.org/software/make/manual/html_node/Parallel.html).
The above requires that `python` resolves to a supported version of
Python. See [Prerequisites](#prerequisites).