mirror of
https://github.com/nodejs/node.git
synced 2024-11-21 10:59:27 +00:00
6ae159fa35
The fg(1) links in the readline docs have moved from `http://man7.org/linux/man-pages/man1/fg.1.html` to `http://man7.org/linux/man-pages/man1/fg.1p.html`. It also modifies the regex for replacing man page links in docs by allowing optional character after number. eg: fg(1) and fg(1p) will both be now parsed and replaced. Fixes: https://github.com/nodejs/node/issues/11492 PR-URL: https://github.com/nodejs/node/pull/11504 Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Jeremiah Senkpiel <fishrock123@rocketmail.com>
593 B
593 B
Sample Markdown with YAML info
Foobar
Describe Foobar
in more detail here.
Foobar II
Describe Foobar II
in more detail here. fg(1)
Deprecated thingy
Describe Deprecated thingy
in more detail here. fg(1p)
Something
Describe Something
in more detail here.