Conversation
Without it Prettier pulls the text onto the opening line and Docusaurus shows it as the admonition title.
security-for-devs.md lost the blank line before its closing ::: in the reformat, so the ::: showed as text. collaboration.md was already broken the same way on main.
This was referenced Sep 25, 2026
Open
lmac-1
marked this pull request as draft
September 25, 2026 15:59
Collaborator
Author
|
This will be rerun after some other PRs have merged. Marking as draft for now. |
This branch has not been deployed
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Short Description
Runs
yarn prettier --write .over the whole project, plus three small fixes so nothing renders differently. Based on #869: merge that first, then retarget this tomain.Part of #866.
Details
Review commit by commit:
:::tipopeners. Without it, Prettier pulls the text onto the:::tipline and Docusaurus shows it as the title (api-discovery.md,migration-steps.md).:::insecurity-for-devs.mdonto the paragraph above.collaboration.mdwas already broken the same way onmain..git-blame-ignore-revswith commit 2's SHA. GitHub reads it automatically. Locally, rungit config blame.ignoreRevsFile .git-blame-ignore-revs..git-blame-ignore-revswould point at a commit that isn't onmain. If this branch gets rebased (for example ontomainafter #869 lands), update the SHA to the new "Run Prettier" commit before merging.Merge order: #874 rewrites links in 35 of these files, so the two will conflict. Merge #874 first. Then, rather than resolving conflicts by hand, merge
maininto this branch and re-run Prettier on the conflicting files. That re-run is a new formatting commit, so add its SHA to.git-blame-ignore-revsas well.adaptors/library/,versioned_docs/andstatic/are in.prettierignore(#869), so they aren't touched.i18n/is already formatted in #848.Checked:
yarn prettier --check .passes.yarn generate-library && yarn generate-adaptors && yarn buildpasses, with broken-anchor warnings the old PR (#870) reported as already present. No new:::tip Some textlines, and no:::closers joined onto text.AI Usage
Please disclose how you've used AI in this work (it's cool, we just want to
know!):
You can read more details in our
Responsible AI Policy