Skip to content

doc: indent ordered list child content - #29332

Closed
nschonni wants to merge 1 commit into
nodejs:masterfrom
nschonni:fix-MD029
Closed

doc: indent ordered list child content#29332
nschonni wants to merge 1 commit into
nodejs:masterfrom
nschonni:fix-MD029

Conversation

@nschonni

Copy link
Copy Markdown
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

@nodejs-github-botnodejs-github-bot added dns Issues and PRs related to the dns subsystem. doc Issues and PRs related to the documentations. labels Aug 27, 2019
@cclauss

Copy link
Copy Markdown
Contributor

@nschonni

Copy link
Copy Markdown
MemberAuthor

@cclauss thanks, I re-wrapped the lines to make the 80 character rule happy

@Trott

Copy link
Copy Markdown
Member

@Trott

Copy link
Copy Markdown
Member

@nodejs/documentation

@Trott

Copy link
Copy Markdown
Member

Can you rebase to get rid of the merge conflict?

Markdownlint flags this with MD029 rule.
Markdown renders will usually use list continuation number if it can.
Explicitly adding it to the list item child scope makes it clearer.
@nschonni

Copy link
Copy Markdown
MemberAuthor

@Trott rebased for the conflict

@Trott

Trott commented Sep 1, 2019

Copy link
Copy Markdown
Member

@danbevdanbev added the author ready PRs that have at least one approval, no pending requests for changes, and a CI started. label Sep 6, 2019
danbev pushed a commit that referenced this pull request Sep 6, 2019
Markdownlint flags this with MD029 rule.
Markdown renders will usually use list continuation number if it can.
Explicitly adding it to the list item child scope makes it clearer.
PR-URL: #29332
Reviewed-By: Rich Trott <rtrott@gmail.com>
Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
@danbev

Copy link
Copy Markdown
Contributor

Landed in 754d5a9.

@danbevdanbev closed this Sep 6, 2019
@nschonni
nschonni deleted the fix-MD029 branch September 6, 2019 04:39
targos pushed a commit that referenced this pull request Sep 20, 2019
Markdownlint flags this with MD029 rule.
Markdown renders will usually use list continuation number if it can.
Explicitly adding it to the list item child scope makes it clearer.
PR-URL: #29332
Reviewed-By: Rich Trott <rtrott@gmail.com>
Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
@BridgeARBridgeAR mentioned this pull request Sep 24, 2019
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

author readyPRs that have at least one approval, no pending requests for changes, and a CI started.dnsIssues and PRs related to the dns subsystem.docIssues and PRs related to the documentations.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants

@nschonni@cclauss@Trott@danbev@trivikr@nodejs-github-bot