Skip to content

Fix GFM table rendering in GitHub PR descriptions - #1146

Merged
ymichael merged 1 commit into
mainfrom
bb/fix-github-plugin-gfm-rendering-thr_kurrzvwrgy
Aug 7, 2026
Merged

Fix GFM table rendering in GitHub PR descriptions#1146
ymichael merged 1 commit into
mainfrom
bb/fix-github-plugin-gfm-rendering-thr_kurrzvwrgy

Conversation

@ymichael

@ymichael ymichael commented Aug 7, 2026

Copy link
Copy Markdown
Collaborator

Summary

  • render GitHub Flavored Markdown tables as structured, overflow-safe tables in GitHub issue and pull request bodies
  • support alignment markers, optional outer pipes, escaped pipes, and existing inline formatting inside cells
  • add focused frontend regression coverage based on the table from Pin GitHub Actions to immutable commit SHAs #1141

Testing

  • pnpm exec turbo run test typecheck build --filter=bb-plugin-github --force
  • pnpm exec prettier --check plugins/github/components/markdown-lite.tsx plugins/github/components/markdown-lite.test.tsx plugins/github/vitest.config.ts plugins/github/package.json
  • pnpm install --lockfile-only --frozen-lockfile
  • git diff --check

Fixes #1142

@ymichael
ymichael merged commit 42b4b5a into main Aug 7, 2026
10 checks passed
@ymichael
ymichael deleted the bb/fix-github-plugin-gfm-rendering-thr_kurrzvwrgy branch August 7, 2026 17:06
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.

GitHub plugin does not render GFM tables in pull request descriptions

1 participant