Skip to content

fix(filecoin-site): resolve markdownlint errors in ProPGF blog posts - #2344

Open
beck-8 wants to merge 1 commit into
FilecoinFoundationWeb:mainfrom
beck-8:fix/markdownlint-blog-content
Open

fix(filecoin-site): resolve markdownlint errors in ProPGF blog posts#2344
beck-8 wants to merge 1 commit into
FilecoinFoundationWeb:mainfrom
beck-8:fix/markdownlint-blog-content

Conversation

@beck-8

@beck-8 beck-8 commented Jun 12, 2026

Copy link
Copy Markdown
Contributor

Problem

Two blog posts on main (added via TinaCMS content updates) carry 4 markdownlint errors. Since the husky pre-commit hook runs npm run lint:md over the whole repo, every local commit is currently blocked for all contributors unless they bypass hooks with --no-verify (as noted in #2343).

Announcing-Filecoin-ProPGF-Batch-3-Selection-Committee.md:24:42  MD026  Trailing punctuation in heading
Announcing-Filecoin-ProPGF-Batch-3-Selection-Committee.md:58:36  MD037  Spaces inside emphasis markers
ProPGF-Batch-3-Call-for-Builders.md:19                           MD001  Heading levels should only increment by one
ProPGF-Batch-3-Call-for-Builders.md:92:1                         MD030  Spaces after list markers

Fix (formatting only, no wording changes)

Announcing-Filecoin-ProPGF-Batch-3-Selection-Committee.md

  • MD026: drop the trailing colon from the ### Selection Committee Members (Batch 3): heading
  • MD037: **Core Infrastructure Maintenance **Committee members...**Core Infrastructure Maintenance**: Committee members..., matching the sibling **RFP Responses**: bullet

ProPGF-Batch-3-Call-for-Builders.md

  • MD001: promote A Living Document and Understanding “Pods” from h3 to h2 — they are top-level sections, siblings of ## Four Focus Areas. The front matter title: acts as the page h1, so body sections start at h2 (same structure as every other blog post, e.g. Announcing-Filecoin-ProPGF-Batch-3-General-Track.md)
  • MD030: * Funding: (two spaces) → * Funding: (one space)

Verification

  • npm run lint:md: 0 errors across 1478 files (was 4)
  • Pre-commit hook passes again without --no-verify

Note: these files are TinaCMS-managed, so a future CMS save could reintroduce formatting issues — but this unblocks local commits for everyone now.

Fix 4 markdownlint errors in main's blog content that currently make
the pre-commit hook (npm run lint:md) fail for every local commit:

- Announcing-Filecoin-ProPGF-Batch-3-Selection-Committee.md
  - MD026: drop trailing colon from 'Selection Committee Members' heading
  - MD037: fix bold markers in 'Core Infrastructure Maintenance' bullet
    and add the label colon to match the sibling 'RFP Responses' bullet
- ProPGF-Batch-3-Call-for-Builders.md
  - MD001: promote 'A Living Document' and 'Understanding Pods' from h3
    to h2 - they are top-level sections, siblings of 'Four Focus Areas'
    (front matter title acts as h1, so body sections start at h2)
  - MD030: single space after list marker in the 'Funding' bullet

Formatting only; no wording changes. markdownlint now reports 0 errors
across the repo.
@vercel

vercel Bot commented Jun 12, 2026

Copy link
Copy Markdown

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

3 Skipped Deployments
Project Deployment Actions Updated (UTC)
ffdweb-site Skipped Skipped Jun 12, 2026 7:00am
filecoin-foundation-site Skipped Skipped Jun 12, 2026 7:00am
filecoin-foundation-uxit Skipped Skipped Jun 12, 2026 7:00am

Request Review

@vercel
vercel Bot temporarily deployed to Preview – ffdweb-site June 12, 2026 07:00 Inactive
@vercel
vercel Bot temporarily deployed to Preview – filecoin-foundation-uxit June 12, 2026 07:00 Inactive
@vercel
vercel Bot temporarily deployed to Preview – filecoin-foundation-site June 12, 2026 07:00 Inactive
@vercel

vercel Bot commented Jun 12, 2026

Copy link
Copy Markdown

@beck-8 is attempting to deploy a commit to the Filecoin Foundation's projects Team on Vercel.

A member of the Team first needs to authorize it.

@BigLep
BigLep requested a review from Copilot June 12, 2026 16:34

Copilot AI 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.

Pull request overview

Note

Copilot was unable to run its full agentic suite in this review.

Cleans up Markdown formatting in two Filecoin ProPGF Batch 3 blog posts to improve rendering consistency (headings, lists, and emphasis).

Changes:

  • Fixes improperly indented headings so they render as headings (not code blocks).
  • Normalizes heading text/punctuation and list spacing.
  • Corrects bold/emphasis formatting in a committee responsibilities bullet.

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.

File Description
apps/filecoin-site/content/blog/posts/en/ProPGF-Batch-3-Call-for-Builders.md Fixes heading indentation/levels and normalizes list item spacing for proper Markdown rendering.
apps/filecoin-site/content/blog/posts/en/Announcing-Filecoin-ProPGF-Batch-3-Selection-Committee.md Normalizes a heading and fixes broken bold formatting in a list item.

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

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.

3 participants