Skip to content

Conversation

Trott
Copy link
Member

@Trott Trott commented 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.

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

Before:

image

After:

image

@nodejs-github-bot 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 <[email protected]>
Reviewed-By: James M Snell <[email protected]>
Reviewed-By: Franziska Hinkelmann <[email protected]>
Reviewed-By: Trivikram Kamat <[email protected]>
@Trott Trott merged commit a7572d1 into nodejs:master Aug 26, 2020
@Trott
Copy link
Member Author

Trott commented Aug 26, 2020

Landed in a7572d1

@Trott 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 <[email protected]>
Reviewed-By: James M Snell <[email protected]>
Reviewed-By: Franziska Hinkelmann <[email protected]>
Reviewed-By: Trivikram Kamat <[email protected]>
@richardlau richardlau mentioned this pull request Sep 2, 2020
4 tasks
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