Add TanStack Markdown and Highlight#1056
Conversation
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: ⛔ Files ignored due to path filters (1)
📒 Files selected for processing (14)
📝 WalkthroughWalkthroughAdds TanStack Markdown and TanStack Highlight as public libraries with interactive landing pages, package metadata, versioned routes, redirects, generated route types, maintainer data, accent colors, and updated redirect tests. ChangesLibrary registration and metadata
Markdown landing experience
Highlight landing experience
Versioned routing and redirects
Estimated code review effort: 4 (Complex) | ~45 minutes Sequence Diagram(s)sequenceDiagram
participant Browser
participant LibraryRoute
participant loadLibraryLandingRouteData
participant MarkdownLanding
Browser->>LibraryRoute: Request /markdown/$version
LibraryRoute->>loadLibraryLandingRouteData: Load library and version data
loadLibraryLandingRouteData-->>LibraryRoute: Return landing data
LibraryRoute->>MarkdownLanding: Render selected version
MarkdownLanding-->>Browser: Display interactive landing page
Possibly related PRs
Suggested reviewers: 🚥 Pre-merge checks | ✅ 4 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (4 passed)
✨ Finishing Touches📝 Generate docstrings
🧪 Generate unit tests (beta)
Comment |
Deploying with
|
| Status | Name | Latest Commit | Preview URL | Updated (UTC) |
|---|---|---|---|---|
| ✅ Deployment successful! View logs |
tanstack-com | 4442b46 | Commit Preview URL Branch Preview URL |
Jul 23 2026, 10:35 PM |
…ghlight-libraries # Conflicts: # package.json # pnpm-lock.yaml
|
Review the following changes in direct dependencies. Learn more about Socket for GitHub.
|
What changed
Why
Markdown and Highlight solve adjacent problems, but the shared landing-page structure flattened the product differences. Their marketing now follows the architecture and constraints that make each library distinctive.
Impact
Both libraries appear across library discovery and navigation with launch pages that explain when to choose them, what they deliberately leave out, and how they compose without implying that one depends on the other.
Validation
pnpm testSummary by CodeRabbit