DevExtreme v24.2 is now available.

Explore our newest features/capabilities and share your thoughts with us.

Your search did not match any results.

React 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.

To give you the ability to edit code on the fly, the demo uses SystemJS. For this reason, launching the demo takes some time. We strongly recommend that you do not use this approach in real projects.
Backend API