Skip to content

doc: formatting issues for child_process docs #6911

Closed
@mscdex

Description

@mscdex
  • 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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    child_processIssues and PRs related to the child_process subsystem.docIssues and PRs related to the documentations.good first issueIssues that are suitable for first-time contributors.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions