-
Type:
Improvement
-
Resolution: Unresolved
-
Priority:
Minor - P4
-
None
-
Affects Version/s: None
-
Component/s: None
-
DevProd Test Infrastructure
-
Correctness 2026-04-21
-
None
-
None
-
None
-
None
-
None
-
None
-
None
One of the main formatting needs for Markdown is reformatting the paragraphs, because Markdown ignores line breaks, but it still would be nice when the file content fits into 100 character width everywhere (including the GitHub code reviews).
Therefore, I'd suggest adding the following to our .prettierrc file:
{
"files": "*.md",
"options": {
"proseWrap": "always",
"printWidth": 100
}
}
- depends on
-
SERVER-124192 Make lint_markdown_links.py more robust
-
- Closed
-
- is depended on by
-
SERVER-87001 Formatter for markdown *.md files
-
- Closed
-
- related to
-
SERVER-123869 Lint for READMEs to have permalinks to the public mongodb repository
-
- Closed
-