Skip to content

Conversation

@tlhunter
Copy link
Contributor

@tlhunter tlhunter commented Sep 23, 2020

Fixing a heading rendering bug, looks like an invalid whitespace character was used, causing the docs to display three # symbols.

Checklist
  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • tests and/or benchmarks are included
  • documentation is changed or added
  • commit message follows commit guidelines

@nodejs-github-bot nodejs-github-bot added assert Issues and PRs related to the assert subsystem. doc Issues and PRs related to the documentations. labels Sep 23, 2020
@tlhunter
Copy link
Contributor Author

Before:
2020-09-22_20-31-13

@Trott
Copy link
Member

Trott commented Sep 23, 2020

That's char code 160, a non-breaking space. We should probably add that to our prohibited strings setup in remark-preset-lint-node and suggest people use a space character or   (if they really intend a non-breaking space) instead.

@Trott
Copy link
Member

Trott commented Sep 23, 2020

Fast-track?

@Trott Trott added the fast-track PRs that do not need to wait for 48 hours to land. label Sep 23, 2020
Fixing a heading rendering bug

PR-URL: nodejs#35310
Reviewed-By: Richard Lau <riclau@uk.ibm.com>
Reviewed-By: Rich Trott <rtrott@gmail.com>
@Trott
Copy link
Member

Trott commented Sep 23, 2020

Landed in d6fe46f

@Trott Trott merged commit d6fe46f into nodejs:master Sep 23, 2020
MylesBorins pushed a commit that referenced this pull request Sep 24, 2020
Fixing a heading rendering bug

PR-URL: #35310
Reviewed-By: Richard Lau <riclau@uk.ibm.com>
Reviewed-By: Rich Trott <rtrott@gmail.com>
@MylesBorins MylesBorins mentioned this pull request Sep 29, 2020
joesepi pushed a commit to joesepi/node that referenced this pull request Jan 8, 2021
Fixing a heading rendering bug

PR-URL: nodejs#35310
Reviewed-By: Richard Lau <riclau@uk.ibm.com>
Reviewed-By: Rich Trott <rtrott@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

assert Issues and PRs related to the assert subsystem. doc Issues and PRs related to the documentations. fast-track PRs that do not need to wait for 48 hours to land.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants