Closed
Description
- Version: v5.11.0+
- Platform: n/a
- Subsystem: doc, child_process
There are some formatting issues for exec()
and execFile()
in the child_process
docs. Specifically:
f85412d erroneously added a backslash in front of an asterisk that was already contained within backticks. This causes the backslash to show up when rendered. The backslash can be safely removed.Fixed by ed11ac6.- The
maxBuffer
link is not styled like the other properties listed and looks out of place. My suggestion would be to have<code>
-wrapped content within links to continue to have the same gray background color normally, but switch to the green background color on hover like normal links. There may be other instances of this in the docs, I have not checked.