From 73f4dc8464bbcf7423304a3304b2c9fe18f49dd8 Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Mon, 23 Sep 2019 15:10:58 +0300 Subject: [PATCH] doc: remove align from tables This is obsolete. Also, in our case it doesn't seem to have any effect since the table cells have their natural width, i.e. as much as they need. PR-URL: https://github.com/nodejs/node/pull/29668 Reviewed-By: Ruben Bridgewater Reviewed-By: Luigi Pinca Reviewed-By: David Carlier --- doc/api/n-api.md | 2 +- doc/api/url.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/api/n-api.md b/doc/api/n-api.md index bc2737b564671d..40bb604d655d83 100644 --- a/doc/api/n-api.md +++ b/doc/api/n-api.md @@ -161,7 +161,7 @@ to recompile for new versions of Node.js which are listed as supporting a later version. | | 1 | 2 | 3 | 4 | 5 | -|:-----:|:-------:|:--------:|:--------:|:--------:|:---------:| +|-------|---------|----------|----------|----------|-----------| | v6.x | | | v6.14.2* | | | | v8.x | v8.0.0* | v8.10.0* | v8.11.2 | v8.16.0 | | | v9.x | v9.0.0* | v9.3.0* | v9.11.0* | | | diff --git a/doc/api/url.md b/doc/api/url.md index a65cb2a6786053..6cb82c71676e3a 100644 --- a/doc/api/url.md +++ b/doc/api/url.md @@ -316,7 +316,7 @@ The port value can be an empty string in which case the port depends on the protocol/scheme: | protocol | port | -| :------- | :--- | +| -------- | ---- | | "ftp" | 21 | | "file" | | | "gopher" | 70 |