Skip to content

Conversation

@barbaraperic
Copy link
Collaborator

📝 Description

I've used Warp to analyze linting errors and generate scripts to fix them automatically. Here's the summary of changes:

Summary

This PR fixes all 988+ markdown linting errors across 314 files in the repository.

Changes Made

• MD001 (Heading hierarchy): Fixed heading level progression to ensure proper document structure. When all top-level headings in a file were at the same incorrect level (e.g., all H3), converted ALL of them to the correct level together (e.g., all to H2), maintaining consistent hierarchy throughout each document.
• MD003 (Heading style): Converted setext-style headings (using === and ---) to ATX-style headings (using #).
• MD007 (List indentation): Fixed list indentation to use 0-space indent for top-level lists and 2-space indent for nested items.
• MD022 (Blank lines around headings): Added required blank lines before and after headings.
• MD026 (Trailing punctuation): Removed trailing punctuation from headings.
• MD032 (Blank lines around lists): Added required blank lines before and after lists.
• MD060 (Table alignment): Fixed table pipe alignment and spacing.

Configuration Changes

• Added apps/ff-site/src/app/security/maturity-model/content/.markdownlint.jsonc
◦ Disables MD001, MD013, and MD025 for maturity model content files
◦ These files are components embedded in larger pages and don't require H1 headings

Verification

• All files now pass npm run lint:md with 0 errors
Frontmatter preserved in all files (no modifications)
.markdownlint.jsonc config file unchanged

📸 Screenshots

Screenshot 2025-12-12 at 07 13 23

…s for improved content and formatting consistency.
@vercel
Copy link

vercel bot commented Dec 12, 2025

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Review Updated (UTC)
filecoin-site Ready Ready Preview, Comment Dec 17, 2025 4:10pm
3 Skipped Deployments
Project Deployment Review Updated (UTC)
ffdweb-site Skipped Skipped Dec 17, 2025 4:10pm
filecoin-foundation-site Skipped Skipped Dec 17, 2025 4:10pm
filecoin-foundation-uxit Skipped Skipped Dec 17, 2025 4:10pm

@notion-workspace
Copy link

… including formatting improvements and additional usage instructions.
@vercel vercel bot temporarily deployed to Preview – filecoin-foundation-site December 17, 2025 10:55 Inactive
@vercel vercel bot temporarily deployed to Preview – filecoin-foundation-uxit December 17, 2025 10:55 Inactive
@vercel vercel bot temporarily deployed to Preview – ffdweb-site December 17, 2025 10:55 Inactive
@github-actions github-actions bot added size/L and removed size/L labels Dec 17, 2025
@vercel vercel bot temporarily deployed to Preview – ffdweb-site December 17, 2025 11:02 Inactive
@vercel vercel bot temporarily deployed to Preview – filecoin-foundation-uxit December 17, 2025 11:02 Inactive
@vercel vercel bot temporarily deployed to Preview – filecoin-foundation-site December 17, 2025 11:02 Inactive
@github-actions github-actions bot added size/L and removed size/L labels Dec 17, 2025
@vercel vercel bot temporarily deployed to Preview – ffdweb-site December 17, 2025 16:07 Inactive
@vercel vercel bot temporarily deployed to Preview – filecoin-foundation-uxit December 17, 2025 16:07 Inactive
@vercel vercel bot temporarily deployed to Preview – filecoin-foundation-site December 17, 2025 16:07 Inactive
@github-actions github-actions bot added size/L and removed size/L labels Dec 17, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants