Skip to content
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: final round of markdown format changes #40645

Merged
merged 2 commits into from
Oct 31, 2021

Conversation

Trott
Copy link
Member

@Trott Trott commented Oct 29, 2021

Once the README and find-inactive-collaborators.mjs changes land here,
we can introduce markdown formatting as a step in the toolchain
somewhere.

Before this lands, nodejs/node-core-utils#578
will need to land and be included in a node-core-utils release.

@nodejs-github-bot nodejs-github-bot added doc Issues and PRs related to the documentations. tools Issues and PRs related to the tools directory. labels Oct 29, 2021
@Trott Trott force-pushed the final-ish-reformat branch 2 times, most recently from 3684f10 to 2836b1b Compare October 29, 2021 01:39
@Trott Trott marked this pull request as ready for review October 29, 2021 01:41
@Trott Trott added the blocked PRs that are blocked by other issues or PRs. label Oct 29, 2021
@Trott
Copy link
Member Author

Trott commented Oct 29, 2021

Before this lands, nodejs/node-core-utils#578 will need to land and be included in a node-core-utils release.

Adding blocked label until that happens.

@Trott
Copy link
Member Author

Trott commented Oct 30, 2021

@aduh95 The new mdast-util-to-markdown results in far fewer of those \_ instances in links. I've re-run the formatter. A re-review would be most welcome. (Sorry!)

@Trott
Copy link
Member Author

Trott commented Oct 30, 2021

@aduh95 The new mdast-util-to-markdown results in far fewer of those \_ instances in links. I've re-run the formatter. A re-review would be most welcome. (Sorry!)

I kept the new changes in a separate commit so you can just review that commit if you want.

@Trott Trott added author ready PRs that have at least one approval, no pending requests for changes, and a CI started. and removed blocked PRs that are blocked by other issues or PRs. labels Oct 31, 2021
@Trott Trott added the commit-queue Add this label to land a pull request using GitHub Actions. label Oct 31, 2021
@github-actions github-actions bot added commit-queue-failed An error occurred while landing this pull request using GitHub Actions. and removed commit-queue Add this label to land a pull request using GitHub Actions. labels Oct 31, 2021
@github-actions
Copy link
Contributor

Commit Queue failed
- Loading data for nodejs/node/pull/40645
✔  Done loading data for nodejs/node/pull/40645
----------------------------------- PR info ------------------------------------
Title      doc: final round of markdown format changes (#40645)
Author     Rich Trott  (@Trott)
Branch     Trott:final-ish-reformat -> nodejs:master
Labels     doc, tools, author ready
Commits    2
 - doc: final round of markdown format changes
 - tools: avoid unnecessary escaping in markdown formatter
Committers 1
 - Rich Trott 
PR-URL: https://github.com/nodejs/node/pull/40645
Reviewed-By: Antoine du Hamel 
Reviewed-By: Michaël Zasso 
------------------------------ Generated metadata ------------------------------
PR-URL: https://github.com/nodejs/node/pull/40645
Reviewed-By: Antoine du Hamel 
Reviewed-By: Michaël Zasso 
--------------------------------------------------------------------------------
   ℹ  This PR was created on Fri, 29 Oct 2021 01:31:46 GMT
   ✔  Approvals: 2
   ✔  - Antoine du Hamel (@aduh95) (TSC): https://github.com/nodejs/node/pull/40645#pullrequestreview-793647868
   ✔  - Michaël Zasso (@targos) (TSC): https://github.com/nodejs/node/pull/40645#pullrequestreview-793701405
   ✔  Last GitHub Actions successful
   ✖  No Jenkins CI runs detected
--------------------------------------------------------------------------------
   ✔  Aborted `git node land` session in /home/runner/work/node/node/.ncu
https://github.com/nodejs/node/actions/runs/1404977948

Once the README and find-inactive-collaborators.mjs changes land here,
we can introduce markdown formatting as a step in the toolchain
somewhere.

Before this lands, nodejs/node-core-utils#578
will need to land and be included in a node-core-utils release.

PR-URL: nodejs#40645
Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
Reviewed-By: Michaël Zasso <targos@protonmail.com>
Update mdast-util-to-markdown to 1.2.4 which reduces unnecessary
escaping of `_` and some other characters. Re-run markdown formatter.

PR-URL: nodejs#40645
Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
Reviewed-By: Michaël Zasso <targos@protonmail.com>
@Trott
Copy link
Member Author

Trott commented Oct 31, 2021

Landed in 1a6d927...86099a3

@Trott Trott merged commit 86099a3 into nodejs:master Oct 31, 2021
@Trott Trott deleted the final-ish-reformat branch October 31, 2021 16:36
@Trott
Copy link
Member Author

Trott commented Oct 31, 2021

Now that this has landed, people who use node-core-utils to land stuff manually will need to update node-core-utils to 1.29.1.

Pinging everyone (aside from me) that has landed a commit manually in the last month: @targos @mhdawson @danbev @aduh95 @VoltrexMaster @joyeecheung @BethGriggs @danielleadams @guybedford @richardlau @lpinca @cjihrig @Ayase-252 @MylesBorins @RaisinTen @mscdex @codebytere @panva @Lxxyx

richardlau added a commit to richardlau/node-core-utils that referenced this pull request Nov 1, 2021
Upstream changes to the Node.js `CHANGELOG.md` no longer escape `_`
characters in markdown links.

Refs: nodejs/node#40645
targos pushed a commit to nodejs/node-core-utils that referenced this pull request Nov 3, 2021
Upstream changes to the Node.js `CHANGELOG.md` no longer escape `_`
characters in markdown links.

Refs: nodejs/node#40645
targos pushed a commit that referenced this pull request Nov 6, 2021
Once the README and find-inactive-collaborators.mjs changes land here,
we can introduce markdown formatting as a step in the toolchain
somewhere.

Before this lands, nodejs/node-core-utils#578
will need to land and be included in a node-core-utils release.

PR-URL: #40645
Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
Reviewed-By: Michaël Zasso <targos@protonmail.com>
targos pushed a commit that referenced this pull request Nov 6, 2021
Update mdast-util-to-markdown to 1.2.4 which reduces unnecessary
escaping of `_` and some other characters. Re-run markdown formatter.

PR-URL: #40645
Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
Reviewed-By: Michaël Zasso <targos@protonmail.com>
@targos targos mentioned this pull request Nov 8, 2021
danielleadams pushed a commit that referenced this pull request Jan 29, 2022
Once the README and find-inactive-collaborators.mjs changes land here,
we can introduce markdown formatting as a step in the toolchain
somewhere.

Before this lands, nodejs/node-core-utils#578
will need to land and be included in a node-core-utils release.

PR-URL: #40645
Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
Reviewed-By: Michaël Zasso <targos@protonmail.com>
danielleadams pushed a commit that referenced this pull request Jan 29, 2022
Update mdast-util-to-markdown to 1.2.4 which reduces unnecessary
escaping of `_` and some other characters. Re-run markdown formatter.

PR-URL: #40645
Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
Reviewed-By: Michaël Zasso <targos@protonmail.com>
@danielleadams danielleadams mentioned this pull request Feb 1, 2022
johnfrench3 pushed a commit to johnfrench3/core-utils-node that referenced this pull request Nov 2, 2022
Upstream changes to the Node.js `CHANGELOG.md` no longer escape `_`
characters in markdown links.

Refs: nodejs/node#40645
renawolford6 added a commit to renawolford6/node-dev-build-core-utils that referenced this pull request Nov 10, 2022
Upstream changes to the Node.js `CHANGELOG.md` no longer escape `_`
characters in markdown links.

Refs: nodejs/node#40645
Developerarif2 pushed a commit to Developerarif2/node-core-utils that referenced this pull request Jan 27, 2023
Upstream changes to the Node.js `CHANGELOG.md` no longer escape `_`
characters in markdown links.

Refs: nodejs/node#40645
gerkai added a commit to gerkai/node-core-utils-project-build that referenced this pull request Jan 27, 2023
Upstream changes to the Node.js `CHANGELOG.md` no longer escape `_`
characters in markdown links.

Refs: nodejs/node#40645
shovon58 pushed a commit to shovon58/node-core-utils that referenced this pull request Jun 9, 2023
Upstream changes to the Node.js `CHANGELOG.md` no longer escape `_`
characters in markdown links.

Refs: nodejs/node#40645
patrickm68 added a commit to patrickm68/NodeJS-core-utils that referenced this pull request Sep 14, 2023
Upstream changes to the Node.js `CHANGELOG.md` no longer escape `_`
characters in markdown links.

Refs: nodejs/node#40645
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
author ready PRs that have at least one approval, no pending requests for changes, and a CI started. commit-queue-failed An error occurred while landing this pull request using GitHub Actions. doc Issues and PRs related to the documentations. tools Issues and PRs related to the tools directory.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants