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
There was a problem hiding this comment.
Is moving the heading intentional? It seems the next paragraph is out of topic now?
There was a problem hiding this comment.
Nope, I tried to resolve conflicts via browser and things didn't went well.
There was a problem hiding this comment.
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>
PR-URL: nodejs/node#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