What problem does it solve? React developers need a reliable way to render Markdown content as HTML, whether for standalone conversion or for building a live preview alongside a Markdown editor. This Skill provides the implementation patterns for the Syncfusion Markdown Converter and its integration with the React Rich Text Editor in Markdown mode. ## Core Features & Use Cases - Markdown to HTML Conversion: Use the static MarkdownConverter.toHtml() method to transform Markdown strings into clean HTML, with support for headings, lists, tables, links, images, and code blocks. - Configurable Options: Control conversion behavior with MarkdownConverterOptions including GFM support, line break handling, async mode for large documents, and error suppression. - Rich Text Editor Integration: Build a Markdown editor with live HTML preview using RichTextEditorComponent in Markdown mode, including preview toggle buttons and side-by-side Splitter layouts. - Use Case: Build a documentation editor where users type Markdown on the left and see rendered HTML update in real time on the right as they type. ## Quick Start Install @syncfusion/ej2-markdown-converter and @syncfusion/ej2-react-richtexteditor, then use MarkdownConverter.toHtml() to convert a Markdown string into HTML for preview.