Skip to content

docs: fix markdown formatting (prettier) - #2315

Merged
soyuka merged 1 commit into
api-platform:4.3from
soyuka:docs/prettier-fix
Jul 12, 2026
Merged

docs: fix markdown formatting (prettier)#2315
soyuka merged 1 commit into
api-platform:4.3from
soyuka:docs/prettier-fix

Conversation

@soyuka

@soyuka soyuka commented Jul 12, 2026

Copy link
Copy Markdown
Member

The Lint job (prettier --check "**/*.md", prettier 3.9.5) is red on 4.3. It flags 4 files — 2 from the recent filter/upgrade merges (#2313, #2314) and 2 pre-existing (serialization.md, state-providers.md, already failing before these). The gate is repo-wide, so all four are reformatted here (formatting only — prose-wrap + table alignment, no content change).

Run locally: npx prettier --write "**/*.md" --prose-wrap always.

The Lint CI job runs `prettier --check "**/*.md"` repo-wide. Reformat the
files it flags: doctrine-filters.md and upgrade-guide.md (prose wrap +
table alignment on recently merged content) plus the pre-existing
serialization.md and state-providers.md so the gate goes green.
@soyuka
soyuka merged commit c40b676 into api-platform:4.3 Jul 12, 2026
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

1 participant