docs(labs): markdownlint cleanup across labs/ READMEs (fixes #54)#55
Merged
ManojRamani merged 1 commit intoaws-samples:mainfrom May 7, 2026
Merged
Conversation
Pre-existing style drift, no content changes: - MD022/MD032 — blank line after every `###`/`##` heading before the list that follows, and blank line before each list (AGENTS.md, module1/README, module2/README, module3/README, module5/README, weather_server/README). - MD040 — language tag on previously-unlabeled code fences (`text` for the ASCII directory trees in AGENTS.md and module1/README). - MD034 — bare URLs in module4/README wrapped in angle brackets (`<https://tavily.com>`, `<https://nova.amazon.com/dev-apis>`). - MD004 — module4/README converted `*` bullets to `-` to match the rest of the repo. - MD009 — removed trailing spaces (module1/README's "Understanding memory" line, module5/README's final paragraph). - MD060 — AGENTS.md module-overview table pipes padded with spaces. - Removed orphaned empty trailing code fence at the bottom of module1/README. - Trivial missing terminal newline on weather_server/README. Fixes aws-samples#54.
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.
Summary
Fixes #54. Content-preserving cleanup of pre-existing markdownlint warnings across every `README.md` under `labs/` and `labs/AGENTS.md`. Zero content changes — only whitespace, code-fence language tags, URL bracketing, bullet style, trailing whitespace, and table pipe padding.
Rules addressed:
Test plan
Scope
Explicitly style-only. No structural, link-target, or section-title changes. Filing separately from #50 / #51 / #52 so the diff is easy to verify as content-preserving.