syncfusion-react-markdown-converter
Installation
SKILL.md
Implementing Syncfusion React Markdown Converter
The Syncfusion Markdown Converter is a lightweight utility that transforms Markdown-formatted text into clean, semantic HTML. It is typically used alongside the Syncfusion React Rich Text Editor (RichTextEditorComponent) in Markdown editing mode to provide a live preview of rendered content.
When to Use This Skill
- Convert Markdown text to HTML in a React application
- Display a live preview of Markdown content as the user types
- Configure conversion behavior (GFM support, line breaks, async mode, error suppression)
- Build a Markdown editor with HTML preview using
RichTextEditorComponentin Markdown mode - Integrate
MarkdownConverter.toHtml()with the Syncfusion React Rich Text Editor