-
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
http2: Correcting the heading format #22262
Conversation
@vsemozhetbyt @rubys (just to get the eyes of the people most familiar with our current markdown processing quirks and bugs) |
This is indeed a regression in the new toolchain, but it should be fixed eventually in the #22140 (checked and confirmed in #22140 (comment)) |
We usually do not use backticks in API headings (when all the heading needs to be wrapped in backticks) and do use them for code entities in common headings. |
@antsmartian can you please resolve the conflicts? |
doc/api/http2.md
Outdated
@@ -108,13 +108,14 @@ have occasion to work with the `Http2Session` object directly, with most | |||
actions typically taken through interactions with either the `Http2Server` or | |||
`Http2Stream` objects. | |||
|
|||
|
|||
#### Http2Session and Sockets |
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.
Is moving the heading intentional? It seems the next paragraph is out of topic now?
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.
Nope, I tried to resolve conflicts via browser and things didn't went well.
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.
I will squash my commits and update the PR.
c3565d7
to
ae7922f
Compare
80cf121
to
6889fc1
Compare
@vsemozhetbyt Now it should be good to go. cc @gdams fixed the conflicts. |
landed in: fc84666 |
PR-URL: #22262 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com> Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: George Adams <george.adams@uk.ibm.com>
PR-URL: #22262 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com> Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: George Adams <george.adams@uk.ibm.com>
Was reading http2 docs and found this issue. Looks like a heading doesn't need code tags (``).
Checklist
make -j4 test
(UNIX), orvcbuild test
(Windows) passes