Skip to content

Reformat Markdown documents - #352

Merged
leynos merged 2 commits into
mainfrom
feat/markdown-fmt-audit-pr
Jun 8, 2026
Merged

Reformat Markdown documents#352
leynos merged 2 commits into
mainfrom
feat/markdown-fmt-audit-pr

Conversation

@lodyai

@lodyai lodyai Bot commented Jun 8, 2026

Copy link
Copy Markdown
Contributor

Summary

This branch reformats existing Markdown documents with the repository formatter so the checked-in documentation matches the current house style. It also attaches inline GFM footnote references that had been split away from preceding punctuation during reflow, while leaving [^n]: footnote definition lines untouched.

Review walkthrough

Validation

  • make fmt: passed.
  • Inline footnote-reference sweep excluding [^n]: definitions: passed with no matches.
  • make markdownlint: passed with 0 errors.
  • make nixie: passed; all diagrams validated successfully.
  • make check-fmt: passed.
  • git diff --check: passed.

Notes

The Markdown audit checked for corrupted fences, links, lists, footnotes, tables,
and diagram blocks. The observed broad reformat changes are formatter reflow,
indentation normalisation, and table alignment. The follow-up sweep found and
fixed three inline references where spacing separated the reference from the
preceding punctuation.

Apply the repository Markdown formatter to existing documentation so the
checked-in files match the current house style. Keep the change scoped to
formatter output and leave document content unchanged.

@sourcery-ai sourcery-ai Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sorry @LodyAI[bot], you have reached your weekly rate limit of 2500000 diff characters.

Please try again later or upgrade to continue using Sourcery

Remove formatter-inserted spacing between sentence punctuation and inline GFM
footnote references in the Rust documentation guides. Keep footnote definition
lines untouched so reference lists retain their Markdown structure.
@leynos
leynos marked this pull request as ready for review June 8, 2026 20:06

@sourcery-ai sourcery-ai Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sorry @leynos, you have reached your weekly rate limit of 2500000 diff characters.

Please try again later or upgrade to continue using Sourcery

@leynos
leynos merged commit fec9cef into main Jun 8, 2026
3 checks passed
@leynos
leynos deleted the feat/markdown-fmt-audit-pr branch June 8, 2026 20:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant