Skip to content

Fix: Markdown rendering with react-markdown + remark-gfm#1

Open
ClashBeast wants to merge 2 commits intomainfrom
fix/markdown-remark
Open

Fix: Markdown rendering with react-markdown + remark-gfm#1
ClashBeast wants to merge 2 commits intomainfrom
fix/markdown-remark

Conversation

@ClashBeast
Copy link
Copy Markdown
Owner

This PR resolves a build and rendering issue related to Markdown support in the Fura AI frontend.
It adds remark-gfm to dependencies and ensures proper Markdown rendering (including GFM features like tables, task lists, etc.) using react-markdown.

🔧 Changes made:
Installed remark-gfm and added it to package.json

Updated FuraAI.tsx to use remarkPlugins={[remarkGfm]}

Ensured build compatibility and consistent Markdown rendering

🧪 Outcome:
Fixes the "Can't resolve 'remark-gfm'" build error on Vercel

Enables GitHub-Flavored Markdown features in chat rendering

Repository owner deleted a comment from vercel bot May 4, 2025
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.

1 participant