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:
authorNick Schonning <nschonni@gmail.com>2020-10-14 20:37:04 +0300
committerRich Trott <rtrott@gmail.com>2020-11-03 03:56:31 +0300
commitdbdd234e4bada1d006c5b62b99406383272f20e8 (patch)
tree437b9eaf51e21f6cdfb8a671b1c8e950fc637bcf /doc/api/util.md
parent26fcdb655e1b2c966925420533b5a917788ff4cd (diff)
doc: adjust table alignment for remark v13
Addresses table-cell-padding rule issues PR-URL: https://github.com/nodejs/node/pull/35647 Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com> Reviewed-By: Daijiro Wachi <daijiro.wachi@gmail.com> Reviewed-By: Rich Trott <rtrott@gmail.com>
Diffstat (limited to 'doc/api/util.md')
-rw-r--r--doc/api/util.md18
1 files changed, 9 insertions, 9 deletions
diff --git a/doc/api/util.md b/doc/api/util.md
index 134e263f005..1cd8fef07e2 100644
--- a/doc/api/util.md
+++ b/doc/api/util.md
@@ -1159,18 +1159,18 @@ Different Node.js build configurations support different sets of encodings.
#### Encodings supported when Node.js is built with the `small-icu` option
-| Encoding | Aliases |
-| ----------- | --------------------------------- |
-| `'utf-8'` | `'unicode-1-1-utf-8'`, `'utf8'` |
-| `'utf-16le'` | `'utf-16'` |
-| `'utf-16be'` | |
+| Encoding | Aliases |
+| ----------- | ------------------------------- |
+| `'utf-8'` | `'unicode-1-1-utf-8'`, `'utf8'` |
+| `'utf-16le'` | `'utf-16'` |
+| `'utf-16be'` | |
#### Encodings supported when ICU is disabled
-| Encoding | Aliases |
-| ----------- | --------------------------------- |
-| `'utf-8'` | `'unicode-1-1-utf-8'`, `'utf8'` |
-| `'utf-16le'` | `'utf-16'` |
+| Encoding | Aliases |
+| ----------- | ------------------------------- |
+| `'utf-8'` | `'unicode-1-1-utf-8'`, `'utf8'` |
+| `'utf-16le'` | `'utf-16'` |
The `'iso-8859-16'` encoding listed in the [WHATWG Encoding Standard][]
is not supported.