-
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: final round of markdown format changes #40645
Conversation
3684f10
to
2836b1b
Compare
Adding |
@aduh95 The new mdast-util-to-markdown results in far fewer of those |
2836b1b
to
e600f8f
Compare
I kept the new changes in a separate commit so you can just review that commit if you want. |
e600f8f
to
6d54218
Compare
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/.ncuhttps://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>
6d54218
to
86099a3
Compare
Landed in 1a6d927...86099a3 |
Now that this has landed, people who use 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 |
Upstream changes to the Node.js `CHANGELOG.md` no longer escape `_` characters in markdown links. Refs: nodejs/node#40645
Upstream changes to the Node.js `CHANGELOG.md` no longer escape `_` characters in markdown links. Refs: nodejs/node#40645
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>
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>
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>
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>
Upstream changes to the Node.js `CHANGELOG.md` no longer escape `_` characters in markdown links. Refs: nodejs/node#40645
Upstream changes to the Node.js `CHANGELOG.md` no longer escape `_` characters in markdown links. Refs: nodejs/node#40645
Upstream changes to the Node.js `CHANGELOG.md` no longer escape `_` characters in markdown links. Refs: nodejs/node#40645
Upstream changes to the Node.js `CHANGELOG.md` no longer escape `_` characters in markdown links. Refs: nodejs/node#40645
Upstream changes to the Node.js `CHANGELOG.md` no longer escape `_` characters in markdown links. Refs: nodejs/node#40645
Upstream changes to the Node.js `CHANGELOG.md` no longer escape `_` characters in markdown links. Refs: nodejs/node#40645
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.