-
Notifications
You must be signed in to change notification settings - Fork 29.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
doc: proper markdown escaping -> \_\_, \*, \_ #4805
doc: proper markdown escaping -> \_\_, \*, \_ #4805
Conversation
LGTM |
more data from the resource and pushing that data onto the queue. | ||
|
||
Note: once the `_read()` method is called, it will not be called again until | ||
Note: once the `\_read()` method is called, it will not be called again until |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Does the issue still happen in the code blocks? I'm not sure about the website but this looks different on GH's rendering.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
good call. This one slipped: stays _read()
. Will push in a bit. Thx
@nodejs/documentation |
LGTM |
👍 |
Awesome :-) I used to think if this can be fixed. LGTM. |
PR-URL: #4805 Reviewed-By: Stephen Belanger <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Sakthipriyan Vairamani <[email protected]>
Landed in 17d5a3a :-) |
PR-URL: #4805 Reviewed-By: Stephen Belanger <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Sakthipriyan Vairamani <[email protected]>
PR-URL: #4805 Reviewed-By: Stephen Belanger <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Sakthipriyan Vairamani <[email protected]>
PR-URL: #4805 Reviewed-By: Stephen Belanger <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Sakthipriyan Vairamani <[email protected]>
PR-URL: #4805 Reviewed-By: Stephen Belanger <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Sakthipriyan Vairamani <[email protected]>
PR-URL: nodejs#4805 Reviewed-By: Stephen Belanger <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Sakthipriyan Vairamani <[email protected]>
Continuation of #4733:
Fixes wrong escaping.
Now more pleasant Editor experience.
Rendered HTML looked same to me.