syncfusion-vue-markdown-converter
Installation
SKILL.md
Implementing Syncfusion Vue Markdown Converter
The Syncfusion Vue 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 a Vue 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