Skip to content

doc: headerlines not rendered correctly with extra backslash #22123

Closed
@fhinkel

Description

@fhinkel

Looks like something changed in how we render documentation for 8 vs 10. Headers used to need \ to escape special characters. Now the backslash is rendered and our docs look weird.
Here is an example, source:

### DEP0002: require('\_linklist')

How it looks in docs for 10 (here):

DEP0002: require('\_linklist')

 

 

How it looks in docs for 8 (here):

DEP0002: require('_linklist')

I think we can remove the extra \, .md files viewed on GitHub would render correctly.

cc @nodejs/website

Metadata

Metadata

Assignees

No one assigned

    Labels

    docIssues and PRs related to the documentations.duplicateIssues and PRs that are duplicates of other issues or PRs.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions