Skip to content

fix: resolve all markdown linting errors - #17

Open
mombe090 wants to merge 1 commit into
mainfrom
fix/markdownlint-error
Open

fix: resolve all markdown linting errors#17
mombe090 wants to merge 1 commit into
mainfrom
fix/markdownlint-error

Conversation

@mombe090

@mombe090 mombe090 commented Nov 2, 2025

Copy link
Copy Markdown
Owner

Summary

  • Fixed all 912 markdown linting errors across the project, achieving 100% compliance with markdownlint rules
  • Corrected heading hierarchies, table formatting, empty links, and spacing issues in 13 markdown files (blog posts, drafts, and documentation)

- Fixed heading hierarchy issues across all posts and drafts
- Corrected table formatting (removed extra pipes, added trailing pipes)
- Converted empty markdown links to inline code
- Added proper blank line spacing and trailing newlines
- Reduced linting errors from 912 to 0 (100% compliance)
@mombe090
mombe090 requested a review from Copilot November 2, 2025 18:25

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Pull Request Overview

This pull request focuses on formatting and consistency improvements across multiple blog posts written in French. The changes primarily involve adding blank lines for better readability, fixing image alt text descriptions, standardizing heading levels, and removing trailing whitespace.

Key Changes

  • Improved markdown formatting with consistent blank line spacing between sections
  • Added descriptive alt text to all images (replacing empty alt attributes)
  • Standardized heading hierarchy (converting some h3/h5 headings to h2)
  • Removed extraneous blank lines and trailing whitespace

Reviewed Changes

Copilot reviewed 12 out of 13 changed files in this pull request and generated 1 comment.

Show a summary per file
File Description
_posts/2025-08-26-old-mac-mid-2015-back-to-life-with-arch.md Removed blank lines and fixed list numbering
_posts/2025-02-24-aws-serverless-architecture-part1.md Added blank lines, fixed image alt text, corrected inline code formatting, and standardized headings
_posts/2025-02-03-argocd-pihole-certm-externald-metallb.md Added blank lines, converted emphasis markers, added image alt text, and restructured list items
_posts/2025-01-21-opentofu-proxmox-talos.md Added blank lines and image alt text throughout
_posts/2025-01-11-ollama-continue-free-copilot.md Added blank lines and image alt text
_posts/2025-01-04-k3s.md Restructured lists, added blank lines, changed h4 to h3
_posts/2024-12-29-headlamp.md Added blank lines and reorganized nested list structures
_posts/2024-12-19-kind.md Added blank lines and changed h4 to h3
_plugins/orbstack.md Removed trailing blank line
_drafts/about.md Added blank lines
_drafts/2025-03-15-longhorn-vault-cloudnativepg-pgadmin.md Comprehensive formatting fixes including blank lines, image alt text, and heading changes
README.md Added blank line
.kiro/specs/multilingual-blog-support/design.md Minor whitespace fix

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

argo-repo-server-7849579d44-lz5t6 1/1 Running 0 95s
argo-server-787d566c79-9jtgg 1/1 Running 0 95s
```

Copilot AI Nov 2, 2025

Copy link

Choose a reason for hiding this comment

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

[nitpick] Changed code fence language from 'bash' to 'text' for non-executable output. While this is more semantically correct for displaying output rather than commands, ensure consistency across the document for similar output blocks.

Copilot uses AI. Check for mistakes.
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