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: inconsistent indentation for list items #29330

Closed
wants to merge 1 commit into from

Conversation

nschonni
Copy link
Member

Checklist
  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • tests and/or benchmarks are included
  • documentation is changed or added
  • commit message follows commit guidelines

Items at same level should have consistent indentation level.
Addresses Markdownlint MD005 errors.
@nodejs-github-bot nodejs-github-bot added the doc Issues and PRs related to the documentations. label Aug 27, 2019
@@ -1283,8 +1283,8 @@ Semver Patch:
Semver Minor:

* **buffer**:
* backport new buffer constructor APIs to v4.x (Сковорода Никита Андреевич) [#7562](https://github.com/nodejs/node/pull/7562)
* backport --zero-fill-buffers cli option (James M Snell) [#5745](https://github.com/nodejs/node/pull/5745)
* backport new buffer constructor APIs to v4.x (Сковорода Никита Андреевич) [#7562](https://github.com/nodejs/node/pull/7562)
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This does change the rendering, but it wasn't indented below the "buffer" section before

@trivikr
Copy link
Member

trivikr commented Aug 27, 2019

@trivikr trivikr added the author ready PRs that have at least one approval, no pending requests for changes, and a CI started. label Aug 27, 2019
@Trott
Copy link
Member

Trott commented Aug 29, 2019

Landed in 1d5186e

@Trott Trott closed this Aug 29, 2019
Trott pushed a commit that referenced this pull request Aug 29, 2019
Items at same level should have consistent indentation level.
Addresses Markdownlint MD005 errors.

PR-URL: #29330
Reviewed-By: Rich Trott <rtrott@gmail.com>
Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
@nschonni nschonni deleted the fix-md005 branch August 29, 2019 12:38
BridgeAR pushed a commit that referenced this pull request Sep 3, 2019
Items at same level should have consistent indentation level.
Addresses Markdownlint MD005 errors.

PR-URL: #29330
Reviewed-By: Rich Trott <rtrott@gmail.com>
Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
@BridgeAR BridgeAR mentioned this pull request Sep 3, 2019
BridgeAR pushed a commit that referenced this pull request Sep 4, 2019
Items at same level should have consistent indentation level.
Addresses Markdownlint MD005 errors.

PR-URL: #29330
Reviewed-By: Rich Trott <rtrott@gmail.com>
Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
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. doc Issues and PRs related to the documentations.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants