Skip to content

Fix markdown linting errors across all documentation files - #5

Merged
jenrum3ry merged 2 commits into
mainfrom
claude/cleanup-repo-structure-sa4rg
Jan 9, 2026
Merged

Fix markdown linting errors across all documentation files#5
jenrum3ry merged 2 commits into
mainfrom
claude/cleanup-repo-structure-sa4rg

Conversation

@jenrum3ry

Copy link
Copy Markdown
Owner
  • Add blank lines before/after lists and headings for proper spacing
  • Add language specifiers to code blocks (text, bash, json, env)
  • Convert emphasized text to proper headings in templates
  • Fix long lines by wrapping text appropriately
  • Remove empty links and replace with plain text placeholders

Addresses all markdown-lint violations to pass CI checks.

claude added 2 commits January 9, 2026 17:52
- Add blank lines before/after lists and headings for proper spacing
- Add language specifiers to code blocks (text, bash, json, env)
- Convert emphasized text to proper headings in templates
- Fix long lines by wrapping text appropriately
- Remove empty links and replace with plain text placeholders

Addresses all markdown-lint violations to pass CI checks.
- Add blank lines before all lists (MD032)
- Add blank lines after all headings (MD022)
- Add blank lines around code blocks (MD031)
- Wrap long lines to stay under 80 characters (MD013)

All markdown files now pass linting checks.
@jenrum3ry
jenrum3ry merged commit 04759d0 into main Jan 9, 2026
1 check passed
@jenrum3ry
jenrum3ry deleted the claude/cleanup-repo-structure-sa4rg branch January 9, 2026 18:13
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.

2 participants