-
Notifications
You must be signed in to change notification settings - Fork 29.8k
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: format markdown files in test directory #40290
Conversation
@Trott could this potentially be covered by linters so that we don't need to manually format it every once in a while? |
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.
LGTM either way
Possibly. Right now, we can't autoformat because it would break the README.md format depended on by node-core-utils and possibly other things. (I had tried to get ahead of that but got too far ahead of it....) And there are a lot of these kinds of fixes in |
Fast-track has been requested by @Trott. Please 👍 to approve. |
Commit Queue failed- Loading data for nodejs/node/pull/40290 ✔ Done loading data for nodejs/node/pull/40290 ----------------------------------- PR info ------------------------------------ Title doc: format markdown files in test directory (#40290) Author Rich Trott (@Trott) Branch Trott:test-format -> nodejs:master Labels test, async_hooks, author ready Commits 1 - doc: format markdown files in test directory Committers 1 - Rich Trott PR-URL: https://github.com/nodejs/node/pull/40290 Reviewed-By: Michaël Zasso Reviewed-By: Zijian Liu Reviewed-By: Daijiro Wachi Reviewed-By: Tobias Nießen Reviewed-By: James M Snell ------------------------------ Generated metadata ------------------------------ PR-URL: https://github.com/nodejs/node/pull/40290 Reviewed-By: Michaël Zasso Reviewed-By: Zijian Liu Reviewed-By: Daijiro Wachi Reviewed-By: Tobias Nießen Reviewed-By: James M Snell -------------------------------------------------------------------------------- ℹ This PR was created on Sun, 03 Oct 2021 01:48:26 GMT ✔ Approvals: 5 ✔ - Michaël Zasso (@targos) (TSC): https://github.com/nodejs/node/pull/40290#pullrequestreview-769557341 ✔ - Zijian Liu (@Lxxyx): https://github.com/nodejs/node/pull/40290#pullrequestreview-769561820 ✔ - Daijiro Wachi (@watilde): https://github.com/nodejs/node/pull/40290#pullrequestreview-769564399 ✔ - Tobias Nießen (@tniessen) (TSC): https://github.com/nodejs/node/pull/40290#pullrequestreview-769580958 ✔ - James M Snell (@jasnell) (TSC): https://github.com/nodejs/node/pull/40290#pullrequestreview-769596533 ✔ 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/1306219419 |
Use `make format-md` to format markdown files in `test` directory. PR-URL: nodejs#40290 Reviewed-By: Michaël Zasso <targos@protonmail.com> Reviewed-By: Zijian Liu <lxxyxzj@gmail.com> Reviewed-By: Daijiro Wachi <daijiro.wachi@gmail.com> Reviewed-By: Tobias Nießen <tniessen@tnie.de> Reviewed-By: James M Snell <jasnell@gmail.com>
Landed in cbd61c9 |
Use `make format-md` to format markdown files in `test` directory. PR-URL: #40290 Reviewed-By: Michaël Zasso <targos@protonmail.com> Reviewed-By: Zijian Liu <lxxyxzj@gmail.com> Reviewed-By: Daijiro Wachi <daijiro.wachi@gmail.com> Reviewed-By: Tobias Nießen <tniessen@tnie.de> Reviewed-By: James M Snell <jasnell@gmail.com>
Use
make format-md
to format markdown files intest
directory.