syncfusion-angular-markdown-converter
Installation
SKILL.md
Implementing Syncfusion Angular Markdown Converter
The Syncfusion Angular Markdown Converter is a lightweight utility that transforms Markdown-formatted text into clean, semantic HTML. It is typically used alongside the Syncfusion Rich Text Editor (in Markdown mode) to provide a live preview of rendered content.
When to Use This Skill
- Convert Markdown text to HTML in an Angular 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 side-by-side Markdown editor and HTML preview layout
- Integrate
MarkdownConverter.toHtml()with the Syncfusion Rich Text Editor