pangelani / remark-mdx-chartjs

https://pangelani.github.io/remark-mdx-chartjs/
MIT License
10 stars 1 forks source link

remark-mdx-chartjs plugin not working properly with react-markdown #4

Open ARSHADKHAN615 opened 11 months ago

ARSHADKHAN615 commented 11 months ago

I am using Vercel ai SDK Next.js AI Chatbot template.

After the openai response section show empty or blank.

pangelani commented 11 months ago

@ARSHADKHAN615,

The ReactMarkdown component from the react-markdown library does not directly support MDX (Markdown with JSX) content out of the box. react-markdown is specifically designed for rendering plain Markdown content as React components.

Can you provide more context or a snippet of what you are trying to achieve?

Thanks.

ARSHADKHAN615 commented 10 months ago

I am training to show charts from OpenAI chat response. In this boilerplate https://chat.vercel.ai/

So that i am training to add this plugin here. https://github.dev/vercel-labs/ai-chatbot/blob/main/components/chat-message.tsx image