Skip to content

Commit

Permalink
Fix Markdown formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
ehmicky committed Nov 14, 2019
1 parent 6e354c8 commit 2036ba1
Show file tree
Hide file tree
Showing 33 changed files with 100 additions and 81 deletions.
6 changes: 3 additions & 3 deletions docs/1_development_environment/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@

<hr>

[**Next** _(πŸ€– Node setup)_](node_setup.md)<br>
[**Previous** _(Summary)_](../summary.md)<br>
[**Top**](../../README.md#table-of-contents)<br>
[**Next** _(πŸ€– Node setup)_](node_setup.md)\
[**Previous** _(Summary)_](../summary.md)\
[**Top**](../../README.md#table-of-contents)
5 changes: 3 additions & 2 deletions docs/1_development_environment/core_utilities.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,5 +56,6 @@ abstraction layer.

<hr>

[**Next** _(πŸ€– Testing)_](testing.md)<br>
[**Previous** _(πŸ€– Node setup)_](node_setup.md)<br> [**Top**](README.md)<br>
[**Next** _(πŸ€– Testing)_](testing.md)\
[**Previous** _(πŸ€– Node setup)_](node_setup.md)\
[**Top**](README.md)
10 changes: 6 additions & 4 deletions docs/1_development_environment/node_setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,9 @@ To install, switch and update Node.js versions
[`nvm`](https://github.com/creationix/nvm) can be used on Linux/Mac. It
[does not support Windows](https://github.com/creationix/nvm/issues/284) but
[`nvm-windows`](https://github.com/coreybutler/nvm-windows),
[`nvs`](https://github.com/jasongin/nvs) and [`ps-nvm`](https://github.com/aaronpowell/ps-nvm) (for PowerShell) are alternatives that do.
[`nvs`](https://github.com/jasongin/nvs) and
[`ps-nvm`](https://github.com/aaronpowell/ps-nvm) (for PowerShell) are
alternatives that do.

To upgrade `npm` on Windows, it is convenient to use
[`npm-windows-upgrade`](https://github.com/felixrieseberg/npm-windows-upgrade).
Expand All @@ -19,6 +21,6 @@ as an admin before being able to install

<hr>

[**Next** _(πŸ€– Core utilities)_](core_utilities.md)<br>
[**Previous** _(πŸ€– Development environment)_](README.md)<br>
[**Top**](README.md)<br>
[**Next** _(πŸ€– Core utilities)_](core_utilities.md)\
[**Previous** _(πŸ€– Development environment)_](README.md)\
[**Top**](README.md)
6 changes: 3 additions & 3 deletions docs/1_development_environment/testing.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ now do.

<hr>

[**Next** _(πŸ“ File encoding)_](../2_file_encoding/README.md)<br>
[**Previous** _(πŸ€– Core utilities)_](core_utilities.md)<br>
[**Top**](README.md)<br>
[**Next** _(πŸ“ File encoding)_](../2_file_encoding/README.md)\
[**Previous** _(πŸ€– Core utilities)_](core_utilities.md)\
[**Top**](README.md)
6 changes: 3 additions & 3 deletions docs/2_file_encoding/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@

<hr>

[**Next** _(πŸ“ Character encoding)_](character_encoding.md)<br>
[**Previous** _(πŸ€– Testing)_](../1_development_environment/testing.md)<br>
[**Top**](../../README.md#table-of-contents)<br>
[**Next** _(πŸ“ Character encoding)_](character_encoding.md)\
[**Previous** _(πŸ€– Testing)_](../1_development_environment/testing.md)\
[**Top**](../../README.md#table-of-contents)
5 changes: 3 additions & 2 deletions docs/2_file_encoding/character_encoding.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,5 +94,6 @@ Avoid printing Unicode characters (including

<hr>

[**Next** _(πŸ“ Newlines)_](newlines.md)<br>
[**Previous** _(πŸ“ File encoding)_](README.md)<br> [**Top**](README.md)<br>
[**Next** _(πŸ“ Newlines)_](newlines.md)\
[**Previous** _(πŸ“ File encoding)_](README.md)\
[**Top**](README.md)
5 changes: 3 additions & 2 deletions docs/2_file_encoding/eof_bom.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,5 +52,6 @@ Use [editorconfig](https://editorconfig.org/).

<hr>

[**Next** _(πŸ“‚ Filesystem)_](../3_filesystem/README.md)<br>
[**Previous** _(πŸ“ Newlines)_](newlines.md)<br> [**Top**](README.md)<br>
[**Next** _(πŸ“‚ Filesystem)_](../3_filesystem/README.md)\
[**Previous** _(πŸ“ Newlines)_](newlines.md)\
[**Top**](README.md)
6 changes: 3 additions & 3 deletions docs/2_file_encoding/newlines.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@ instead of `\n`.

<hr>

[**Next** _(πŸ“ EOF and BOM)_](eof_bom.md)<br>
[**Previous** _(πŸ“ Character encoding)_](character_encoding.md)<br>
[**Top**](README.md)<br>
[**Next** _(πŸ“ EOF and BOM)_](eof_bom.md)\
[**Previous** _(πŸ“ Character encoding)_](character_encoding.md)\
[**Top**](README.md)
6 changes: 3 additions & 3 deletions docs/3_filesystem/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@

<hr>

[**Next** _(πŸ“‚ Directory locations)_](directory_locations.md)<br>
[**Previous** _(πŸ“ EOF and BOM)_](../2_file_encoding/eof_bom.md)<br>
[**Top**](../../README.md#table-of-contents)<br>
[**Next** _(πŸ“‚ Directory locations)_](directory_locations.md)\
[**Previous** _(πŸ“ EOF and BOM)_](../2_file_encoding/eof_bom.md)\
[**Top**](../../README.md#table-of-contents)
5 changes: 3 additions & 2 deletions docs/3_filesystem/directory_locations.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,5 +60,6 @@ Use [`os.tmpdir()`](https://nodejs.org/api/os.html#os_os_tmpdir),

<hr>

[**Next** _(πŸ“‚ File paths)_](file_paths.md)<br>
[**Previous** _(πŸ“‚ Filesystem)_](README.md)<br> [**Top**](README.md)<br>
[**Next** _(πŸ“‚ File paths)_](file_paths.md)\
[**Previous** _(πŸ“‚ Filesystem)_](README.md)\
[**Top**](README.md)
5 changes: 3 additions & 2 deletions docs/3_filesystem/file_metadata.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,5 +45,6 @@ cross-platform. For example the option `recursive` does not work on Linux.

<hr>

[**Next** _(πŸ’» Terminal)_](../4_terminal/README.md)<br>
[**Previous** _(πŸ“‚ Symlinks)_](symlinks.md)<br> [**Top**](README.md)<br>
[**Next** _(πŸ’» Terminal)_](../4_terminal/README.md)\
[**Previous** _(πŸ“‚ Symlinks)_](symlinks.md)\
[**Top**](README.md)
6 changes: 3 additions & 3 deletions docs/3_filesystem/file_paths.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,6 @@ when writing a file path to a terminal or file. Otherwise use Unix paths

<hr>

[**Next** _(πŸ“‚ Filenames)_](filenames.md)<br>
[**Previous** _(πŸ“‚ Directory locations)_](directory_locations.md)<br>
[**Top**](README.md)<br>
[**Next** _(πŸ“‚ Filenames)_](filenames.md)\
[**Previous** _(πŸ“‚ Directory locations)_](directory_locations.md)\
[**Top**](README.md)
5 changes: 3 additions & 2 deletions docs/3_filesystem/filenames.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,5 +48,6 @@ Avoid paths longer than 260 characters.

<hr>

[**Next** _(πŸ“‚ Symlinks)_](symlinks.md)<br>
[**Previous** _(πŸ“‚ File paths)_](file_paths.md)<br> [**Top**](README.md)<br>
[**Next** _(πŸ“‚ Symlinks)_](symlinks.md)\
[**Previous** _(πŸ“‚ File paths)_](file_paths.md)\
[**Top**](README.md)
5 changes: 3 additions & 2 deletions docs/3_filesystem/symlinks.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,6 @@ Copy files instead of symlinking them.

<hr>

[**Next** _(πŸ“‚ File metadata)_](file_metadata.md)<br>
[**Previous** _(πŸ“‚ Filenames)_](filenames.md)<br> [**Top**](README.md)<br>
[**Next** _(πŸ“‚ File metadata)_](file_metadata.md)\
[**Previous** _(πŸ“‚ Filenames)_](filenames.md)\
[**Top**](README.md)
6 changes: 3 additions & 3 deletions docs/4_terminal/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@

<hr>

[**Next** _(πŸ’» Shell)_](shell.md)<br>
[**Previous** _(πŸ“‚ File metadata)_](../3_filesystem/file_metadata.md)<br>
[**Top**](../../README.md#table-of-contents)<br>
[**Next** _(πŸ’» Shell)_](shell.md)\
[**Previous** _(πŸ“‚ File metadata)_](../3_filesystem/file_metadata.md)\
[**Top**](../../README.md#table-of-contents)
6 changes: 3 additions & 3 deletions docs/4_terminal/environment_variables.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,6 @@ variables.

<hr>

[**Next** _(πŸ”’ Security)_](../5_security/README.md)<br>
[**Previous** _(πŸ’» Package binaries)_](package_binaries.md)<br>
[**Top**](README.md)<br>
[**Next** _(πŸ”’ Security)_](../5_security/README.md)\
[**Previous** _(πŸ’» Package binaries)_](package_binaries.md)\
[**Top**](README.md)
5 changes: 3 additions & 2 deletions docs/4_terminal/file_execution.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,5 +66,6 @@ Fire shell commands with [`execa`](https://github.com/sindresorhus/execa).

<hr>

[**Next** _(πŸ’» Package binaries)_](package_binaries.md)<br>
[**Previous** _(πŸ’» Shell)_](shell.md)<br> [**Top**](README.md)<br>
[**Next** _(πŸ’» Package binaries)_](package_binaries.md)\
[**Previous** _(πŸ’» Shell)_](shell.md)\
[**Top**](README.md)
6 changes: 3 additions & 3 deletions docs/4_terminal/package_binaries.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@ the shell) or [`execa`](https://github.com/sindresorhus/execa) (in JavaScript).

<hr>

[**Next** _(πŸ’» Environment variables)_](environment_variables.md)<br>
[**Previous** _(πŸ’» File execution)_](file_execution.md)<br>
[**Top**](README.md)<br>
[**Next** _(πŸ’» Environment variables)_](environment_variables.md)\
[**Previous** _(πŸ’» File execution)_](file_execution.md)\
[**Top**](README.md)
5 changes: 3 additions & 2 deletions docs/4_terminal/shell.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,5 +70,6 @@ Fire shell commands with [`execa`](https://github.com/sindresorhus/execa).

<hr>

[**Next** _(πŸ’» File execution)_](file_execution.md)<br>
[**Previous** _(πŸ’» Terminal)_](README.md)<br> [**Top**](README.md)<br>
[**Next** _(πŸ’» File execution)_](file_execution.md)\
[**Previous** _(πŸ’» Terminal)_](README.md)\
[**Top**](README.md)
6 changes: 3 additions & 3 deletions docs/5_security/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@

<hr>

[**Next** _(πŸ”’ Permissions)_](permissions.md)<br>
[**Previous** _(πŸ’» Environment variables)_](../4_terminal/environment_variables.md)<br>
[**Top**](../../README.md#table-of-contents)<br>
[**Next** _(πŸ”’ Permissions)_](permissions.md)\
[**Previous** _(πŸ’» Environment variables)_](../4_terminal/environment_variables.md)\
[**Top**](../../README.md#table-of-contents)
5 changes: 3 additions & 2 deletions docs/5_security/permissions.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,5 +64,6 @@ File permissions are not cross-platform in Node.js.

<hr>

[**Next** _(πŸ”’ Users)_](users.md)<br>
[**Previous** _(πŸ”’ Security)_](README.md)<br> [**Top**](README.md)<br>
[**Next** _(πŸ”’ Users)_](users.md)\
[**Previous** _(πŸ”’ Security)_](README.md)\
[**Top**](README.md)
5 changes: 3 additions & 2 deletions docs/5_security/users.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,5 +49,6 @@ Do not rely on [`UID`](https://en.wikipedia.org/wiki/User_identifier) or

<hr>

[**Next** _(πŸ“‘ Networking / IPC)_](../6_networking_ipc/README.md)<br>
[**Previous** _(πŸ”’ Permissions)_](permissions.md)<br> [**Top**](README.md)<br>
[**Next** _(πŸ“‘ Networking / IPC)_](../6_networking_ipc/README.md)\
[**Previous** _(πŸ”’ Permissions)_](permissions.md)\
[**Top**](README.md)
6 changes: 3 additions & 3 deletions docs/6_networking_ipc/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@

<hr>

[**Next** _(πŸ“‘ Networking)_](networking.md)<br>
[**Previous** _(πŸ”’ Users)_](../5_security/users.md)<br>
[**Top**](../../README.md#table-of-contents)<br>
[**Next** _(πŸ“‘ Networking)_](networking.md)\
[**Previous** _(πŸ”’ Users)_](../5_security/users.md)\
[**Top**](../../README.md#table-of-contents)
5 changes: 3 additions & 2 deletions docs/6_networking_ipc/errors.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,6 @@ and can only be fired on Windows.

<hr>

[**Next** _(πŸŽ›οΈ System)_](../7_system/README.md)<br>
[**Previous** _(πŸ“‘ Signals)_](signals.md)<br> [**Top**](README.md)<br>
[**Next** _(πŸŽ›οΈ System)_](../7_system/README.md)\
[**Previous** _(πŸ“‘ Signals)_](signals.md)\
[**Top**](README.md)
5 changes: 3 additions & 2 deletions docs/6_networking_ipc/networking.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,6 @@ However on Windows:

<hr>

[**Next** _(πŸ“‘ Processes)_](processes.md)<br>
[**Previous** _(πŸ“‘ Networking / IPC)_](README.md)<br> [**Top**](README.md)<br>
[**Next** _(πŸ“‘ Processes)_](processes.md)\
[**Previous** _(πŸ“‘ Networking / IPC)_](README.md)\
[**Top**](README.md)
5 changes: 3 additions & 2 deletions docs/6_networking_ipc/processes.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,6 @@ Other projects can be used to manipulate processes:

<hr>

[**Next** _(πŸ“‘ Signals)_](signals.md)<br>
[**Previous** _(πŸ“‘ Networking)_](networking.md)<br> [**Top**](README.md)<br>
[**Next** _(πŸ“‘ Signals)_](signals.md)\
[**Previous** _(πŸ“‘ Networking)_](networking.md)\
[**Top**](README.md)
5 changes: 3 additions & 2 deletions docs/6_networking_ipc/signals.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,5 +60,6 @@ Only use:

<hr>

[**Next** _(πŸ“‘ Errors)_](errors.md)<br>
[**Previous** _(πŸ“‘ Processes)_](processes.md)<br> [**Top**](README.md)<br>
[**Next** _(πŸ“‘ Errors)_](errors.md)\
[**Previous** _(πŸ“‘ Processes)_](processes.md)\
[**Top**](README.md)
6 changes: 3 additions & 3 deletions docs/7_system/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@

<hr>

[**Next** _(πŸŽ›οΈ OS identification)_](os_identification.md)<br>
[**Previous** _(πŸ“‘ Errors)_](../6_networking_ipc/errors.md)<br>
[**Top**](../../README.md#table-of-contents)<br>
[**Next** _(πŸŽ›οΈ OS identification)_](os_identification.md)\
[**Previous** _(πŸ“‘ Errors)_](../6_networking_ipc/errors.md)\
[**Top**](../../README.md#table-of-contents)
6 changes: 3 additions & 3 deletions docs/7_system/hardware.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@ be used for more information.

<hr>

[**Next** _(πŸŽ›οΈ Time)_](time.md)<br>
[**Previous** _(πŸŽ›οΈ System configuration)_](system_configuration.md)<br>
[**Top**](README.md)<br>
[**Next** _(πŸŽ›οΈ Time)_](time.md)\
[**Previous** _(πŸŽ›οΈ System configuration)_](system_configuration.md)\
[**Top**](README.md)
5 changes: 3 additions & 2 deletions docs/7_system/os_identification.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,5 +40,6 @@ When using OS-specific logic, identify the current OS with

<hr>

[**Next** _(πŸŽ›οΈ System configuration)_](system_configuration.md)<br>
[**Previous** _(πŸŽ›οΈ System)_](README.md)<br> [**Top**](README.md)<br>
[**Next** _(πŸŽ›οΈ System configuration)_](system_configuration.md)\
[**Previous** _(πŸŽ›οΈ System)_](README.md)\
[**Top**](README.md)
6 changes: 3 additions & 3 deletions docs/7_system/system_configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ configuration as files or remotely is easier and more cross-platform.

<hr>

[**Next** _(πŸŽ›οΈ Hardware)_](hardware.md)<br>
[**Previous** _(πŸŽ›οΈ OS identification)_](os_identification.md)<br>
[**Top**](README.md)<br>
[**Next** _(πŸŽ›οΈ Hardware)_](hardware.md)\
[**Previous** _(πŸŽ›οΈ OS identification)_](os_identification.md)\
[**Top**](README.md)
3 changes: 2 additions & 1 deletion docs/7_system/time.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,5 @@ is hardware-specific and varies between 1 nanosecond and 1 millisecond.

<hr>

[**Previous** _(πŸŽ›οΈ Hardware)_](hardware.md)<br> [**Top**](README.md)<br>
[**Previous** _(πŸŽ›οΈ Hardware)_](hardware.md)\
[**Top**](README.md)
4 changes: 2 additions & 2 deletions docs/summary.md
Original file line number Diff line number Diff line change
Expand Up @@ -148,5 +148,5 @@

<hr>

[**Next** _(πŸ€– Development environment)_](1_development_environment/README.md)<br>
[**Top**](../README.md#table-of-contents)<br>
[**Next** _(πŸ€– Development environment)_](1_development_environment/README.md)\
[**Top**](../README.md#table-of-contents)

0 comments on commit 2036ba1

Please sign in to comment.