-
-
Notifications
You must be signed in to change notification settings - Fork 32.2k
Closed
Labels
docIssues and PRs related to the documentations.Issues and PRs related to the documentations.duplicateIssues and PRs that are duplicates of other issues or PRs.Issues and PRs that are duplicates of other issues or PRs.
Description
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
Labels
docIssues and PRs related to the documentations.Issues and PRs related to the documentations.duplicateIssues and PRs that are duplicates of other issues or PRs.Issues and PRs that are duplicates of other issues or PRs.