Skip to content

docs: fix accidental ordered-list rendering in develop-with-containers - #25974

Open
consiliorum wants to merge 1 commit into
docker:mainfrom
consiliorum:fix/develop-with-containers-list-formatting
Open

docs: fix accidental ordered-list rendering in develop-with-containers#25974
consiliorum wants to merge 1 commit into
docker:mainfrom
consiliorum:fix/develop-with-containers-list-formatting

Conversation

@consiliorum

Copy link
Copy Markdown

While reading this page, I noticed "1)" renders as a bullet point while "2)" stays inline mid-sentence:

This was made possible because

  1. the processes running in each container are watching and responding to
    file changes and 2) the files in your local project directory are shared
    ...

Checked the file history with git log -L — the original text used 1) and 2) symmetrically as an inline parenthetical enumeration, all on one line. A later commit addressing #24394 (clarifying where the files are located) expanded the paragraph and reflowed it across multiple lines, which put 1) at the start of a line. Per the CommonMark spec, both . and ) after a digit at the start of a line are valid ordered-list markers — so 1) now renders as an actual list item, while 2), still mid-line, stays as plain text. Inconsistent and presumably unintended.

This PR restores the sentence to a single paragraph (matching the pre-#24394 formatting), keeping the additional clarifying text that #24394 added. Verified in a local Markdown preview that it now renders as plain prose with no stray list item.

'1)' and '2)' were meant as an inline parenthetical enumeration within one
sentence. A prior edit addressing docker#24394 reflowed this paragraph across
multiple lines, which put '1)' (originally on the same line as the rest of
the sentence) at the start of a line - and per the CommonMark spec, both '.'
and ')' after a digit at the start of a line are valid ordered-list markers.
This caused '1)' to render as an actual list item while '2)', still mid-line,
stayed as plain text - an inconsistent, unintended result.

Restored the sentence to a single paragraph, matching the pre-docker#24394
formatting, keeping the additional clarifying text that docker#24394 added.
@netlify

netlify Bot commented Aug 30, 2026

Copy link
Copy Markdown

Deploy Preview for docsdocker ready!

Name Link
🔨 Latest commit 55dba89
🔍 Latest deploy log https://app.netlify.com/projects/docsdocker/deploys/6a94013934f1b00008cb5a4f
😎 Deploy Preview https://deploy-preview-25974--docsdocker.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@github-actions github-actions Bot added the area/get-started Relates to get started and onboarding docs label Aug 30, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area/get-started Relates to get started and onboarding docs

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant