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/guides/doc-style-guide.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/guides/doc-style-guide.md')
-rw-r--r--doc/guides/doc-style-guide.md30
1 files changed, 15 insertions, 15 deletions
diff --git a/doc/guides/doc-style-guide.md b/doc/guides/doc-style-guide.md
index ee039e9e836..c5b5b80f2ac 100644
--- a/doc/guides/doc-style-guide.md
+++ b/doc/guides/doc-style-guide.md
@@ -39,21 +39,21 @@ this guide.
* Use [language][]-aware fences. (<code>```js</code>)
* For the [info string][], use one of the following.
- | Meaning | Info string |
- | ------------- | ----------------- |
- | Bash | `bash` |
- | C | `c` |
- | C++ | `cpp` |
- | CoffeeScript | `coffee` |
- | Diff | `diff` |
- | HTTP | `http` |
- | JavaScript | `js` |
- | JSON | `json` |
- | Markdown | `markdown` |
- | Plaintext | `text` |
- | Powershell | `powershell` |
- | R | `r` |
- | Shell Session | `console` |
+ | Meaning | Info string |
+ | ------------- | ------------ |
+ | Bash | `bash` |
+ | C | `c` |
+ | C++ | `cpp` |
+ | CoffeeScript | `coffee` |
+ | Diff | `diff` |
+ | HTTP | `http` |
+ | JavaScript | `js` |
+ | JSON | `json` |
+ | Markdown | `markdown` |
+ | Plaintext | `text` |
+ | Powershell | `powershell` |
+ | R | `r` |
+ | Shell Session | `console` |
If one of your language-aware fences needs an info string that is not
already on this list, you may use `text` until the grammar gets added to