FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

doc: fix broken markdown/display in cli.html by Trott · Pull Request #34892 · nodejs/node · GitHub

/ node Public

doc: fix broken markdown/display in cli.html - #34892

Merged
Trott merged 1 commit into
nodejs:masterfrom
Trott:lt
Aug 26, 2020
Merged

doc: fix broken markdown/display in cli.html#34892
Trott merged 1 commit into
nodejs:masterfrom
Trott:lt

Conversation

Trott commented Aug 23, 2020

Copy link
Copy Markdown
Member

The < character is interpreted as the start of an HTML tag, making the
word address not render and the rest of the document rendered with a
grey background and in italics. Use &lt; instead.

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

Before:

After:

nodejs-github-bot added cli Issues and PRs related to the Node.js command line interface. doc Issues and PRs related to the documentations. labels Aug 23, 2020
The `<` character is interpreted as the start of an HTML tag, making the
word `address` not render and the rest of the document rendered with a
grey background and in italics. Use `&lt;` instead.

PR-URL: nodejs#34892
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Franziska Hinkelmann <franziska.hinkelmann@gmail.com>
Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
Trott merged commit a7572d1 into nodejs:master Aug 26, 2020

Trott commented Aug 26, 2020

Copy link
Copy Markdown
Member Author

Landed in a7572d1

Trott deleted the lt branch August 26, 2020 13:42
richardlau pushed a commit that referenced this pull request Sep 1, 2020
The `<` character is interpreted as the start of an HTML tag, making the
word `address` not render and the rest of the document rendered with a
grey background and in italics. Use `&lt;` instead.

PR-URL: #34892
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Franziska Hinkelmann <franziska.hinkelmann@gmail.com>
Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
richardlau mentioned this pull request Sep 2, 2020
4 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

cli Issues and PRs related to the Node.js command line interface. doc Issues and PRs related to the documentations.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants


Back | FazBrowse Home | New Git URL