Since moving to Biome we haven't really had anyting in place for formatting .md, .mdx files.
We should standardise formatting as docs are now updated by many folks, there's PRs with larger diffs than necessary because of formatters being different for us.
Investigate best path. Biome to my knowledge doesn't have a markdown formatting option, so we could introduce a plugin (if such exists for Biome), Prettier, or something more bespoke like a markdown format package only.
This should be added and checked in the same way Biome does its checks. We should not merge anything that is not formatted, or contains linting issues (e.g. prefer - instead of * for lists).
Since moving to Biome we haven't really had anyting in place for formatting
.md, .mdxfiles.We should standardise formatting as docs are now updated by many folks, there's PRs with larger diffs than necessary because of formatters being different for us.
Investigate best path. Biome to my knowledge doesn't have a markdown formatting option, so we could introduce a plugin (if such exists for Biome), Prettier, or something more bespoke like a markdown format package only.
This should be added and checked in the same way Biome does its checks. We should not merge anything that is not formatted, or contains linting issues (e.g. prefer
-instead of*for lists).