0
0
mirror of https://github.com/nodejs/node.git synced 2024-12-01 16:10:02 +01:00
nodejs/doc/api
Derek Lewis 5632ff66cd doc: normalize shell code block info strings
Prior to this commit, shell fenced code blocks in Markdown files had
inconsistent info strings. This has been corrected to standarize on
the one with the highest frequency in the doc/api/ dir.

Stats:
> 'console' => 54,
> 'shell' => 2,

PR-URL: https://github.com/nodejs/node/pull/33486
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
2020-05-25 19:12:38 +02:00
..
addons.md
assert.md
async_hooks.md
buffer.md
child_process.md
cli.md
cluster.md
console.md
crypto.md
debugger.md
deprecations.md
dgram.md
dns.md
documentation.md
domain.md
embedding.md
errors.md
esm.md
events.md
fs.md
globals.md
http2.md
http.md
https.md
index.md
inspector.md
intl.md doc: normalize shell code block info strings 2020-05-25 19:12:38 +02:00
modules.md
n-api.md
net.md
os.md doc: fix markdown parsing on doc/api/os.md 2020-04-29 03:53:28 +02:00
path.md
perf_hooks.md
policy.md
process.md
punycode.md
querystring.md
readline.md
repl.md
report.md
stream.md
string_decoder.md
synopsis.md
timers.md
tls.md
tracing.md
tty.md
url.md
util.md
v8.md
vm.md
wasi.md
worker_threads.md
zlib.md