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? |
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 <[email protected]> Reviewed-By: Zijian Liu <[email protected]> Reviewed-By: Daijiro Wachi <[email protected]> Reviewed-By: Tobias Nießen <[email protected]> Reviewed-By: James M Snell <[email protected]>
|
Landed in cbd61c9 |
Use `make format-md` to format markdown files in `test` directory. PR-URL: #40290 Reviewed-By: Michaël Zasso <[email protected]> Reviewed-By: Zijian Liu <[email protected]> Reviewed-By: Daijiro Wachi <[email protected]> Reviewed-By: Tobias Nießen <[email protected]> Reviewed-By: James M Snell <[email protected]>
Use
make format-mdto format markdown files intestdirectory.