Skip to content

doc: fix markdown parsing on doc/api/os.md - #33067

Closed
juanarbol wants to merge 1 commit into
nodejs:masterfrom
juanarbol:juanarbol/fix-osversion-docs
Closed

doc: fix markdown parsing on doc/api/os.md#33067
juanarbol wants to merge 1 commit into
nodejs:masterfrom
juanarbol:juanarbol/fix-osversion-docs

Conversation

@juanarbol

Copy link
Copy Markdown
Member

Something is wrong on MD parsing

Screenshot from 2020-04-25 17-33-23

Checklist
  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • documentation is changed or added
  • commit message follows commit guidelines

@nodejs-github-botnodejs-github-bot added doc Issues and PRs related to the documentations. os Issues and PRs related to the os subsystem. labels Apr 25, 2020

@rexagodrexagod left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Seems a bit odd. Was this due to an invalid character?

@juanarbol

juanarbol commented Apr 27, 2020

Copy link
Copy Markdown
MemberAuthor

It looks like, I guess it is something with my code editor and space character, this had happened to me few times.

For this fix, I have built docs and check that fixed now.

@addaleaxaddaleax left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM but it might be worth investigating why a nbsp breaks this, it really shouldn’t do that

@addaleaxaddaleax added the author ready PRs that have at least one approval, no pending requests for changes, and a CI started. label Apr 27, 2020
addaleax pushed a commit that referenced this pull request Apr 29, 2020
PR-URL: #33067
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Rich Trott <rtrott@gmail.com>
@addaleax

Copy link
Copy Markdown
Member

Landed in ed87433

targos pushed a commit that referenced this pull request May 4, 2020
PR-URL: #33067
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Rich Trott <rtrott@gmail.com>
@targostargos mentioned this pull request May 4, 2020
@juanarbol
juanarbol deleted the juanarbol/fix-osversion-docs branch January 19, 2021 16:26
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

author readyPRs that have at least one approval, no pending requests for changes, and a CI started.docIssues and PRs related to the documentations.osIssues and PRs related to the os subsystem.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

7 participants

@juanarbol@addaleax@Trott@MrHeer@rexagod@targos@nodejs-github-bot