Skip to content

feat: enhanced markdown math support with fallback handling#34

Open
AryanKpr wants to merge 2 commits into
mainfrom
feature/math-markdown-support
Open

feat: enhanced markdown math support with fallback handling#34
AryanKpr wants to merge 2 commits into
mainfrom
feature/math-markdown-support

Conversation

@AryanKpr

Copy link
Copy Markdown
Collaborator

📋 PR Overview

Summary

Type of Change

  • 🐛 Bug fix (non-breaking change that fixes an issue)
  • [ ✅ ] ✨ New feature (non-breaking change that adds functionality)
  • 💥 Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • 🔧 Configuration change (changes to build, CI, or configuration files)
  • 📚 Documentation update (changes to documentation only)
  • 🎨 UI/UX improvement (styling, layout, or user experience changes)
  • ⚡ Performance improvement (code changes that improve performance)
  • 🧹 Code cleanup/refactoring (non-functional changes that improve code quality)

QA Instructions

  • Add incomplete math detection for inline ($) and block ($$) in parseIncompleteMarkdown
  • Add MathErrorBoundary component for graceful fallback when KaTeX rendering fails
  • Wrap ResponseComponent with MathErrorBoundary

Related Issues

Vercel deployment logs inaccessible (404) may be related to pre-existing localStorage SSR error on main branch.
Happy to investigate further if needed. Had issue running npm run dev as well.

Was not able to open vercel error link; wanted to open it because when I was creating the PR it saidthere was some issue in vercel while deploying.

- Add incomplete math detection for inline ($) and block (94620) in parseIncompleteMarkdown
- Add MathErrorBoundary component for graceful fallback when KaTeX rendering fails
- Wrap ResponseComponent with MathErrorBoundary

Closes #3
@vercel

vercel Bot commented Jul 20, 2026

Copy link
Copy Markdown

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

Project Deployment Actions Updated (UTC)
nexus Ready Ready Preview, Comment Jul 22, 2026 6:54pm

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.

Enhanced Markdown Math Support

1 participant