Your search did not match any results.

Html Editor - Markdown Support

DevExtreme HTML Editor uses HTML markup to format its document content. This demo module converts content to Markdown with the help of the unified plugin library.

The code sets the the editor's converter property to an object that implements two functions: toHtml and fromHtml.

Try to edit or format text in the HTML Editor control and see how the Markdown Preview section reflects those changes.

Backend API