Skip to content

doc: fix heading whitespace bug in assert.md - #35310

Merged
Trott merged 1 commit into
nodejs:masterfrom
tlhunter:patch-1
Sep 23, 2020
Merged

doc: fix heading whitespace bug in assert.md#35310
Trott merged 1 commit into
nodejs:masterfrom
tlhunter:patch-1

Conversation

@tlhunter

@tlhuntertlhunter commented Sep 23, 2020

Copy link
Copy Markdown
Contributor

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-botnodejs-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
Copy Markdown
ContributorAuthor

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

@Trott

Copy link
Copy Markdown
Member

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
Copy Markdown
Member

Fast-track?

@TrottTrott 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
Copy Markdown
Member

Landed in d6fe46f

@Trott
Trott merged commit d6fe46f into nodejs:masterSep 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>
@MylesBorinsMylesBorins 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 freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

assertIssues and PRs related to the assert subsystem.docIssues and PRs related to the documentations.fast-trackPRs 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

@tlhunter@Trott@richardlau@nodejs-github-bot