Example of Overview in Javascript Rich Text Editor Control

/
/
Overview

This sample demonstrates markdown editing in the Rich Text Editor with complete features.

More Details...

The sample is added to showcase **markdown editing**. Type or edit the content and apply formatting to view markdown formatted content. We can add our own custom formation syntax for the Markdown formation, [sample link](https://ej2.syncfusion.com/home/). The third-party library Marked is used in this sample to convert markdown into HTML content
Description

The Rich Text Editor supports markdown editing when the editorMode is set to mode property of the Rich Text Editor The editor’s toolbar contains commands to format the markdown content. The toolbar consists of: Lists - Ordered and unordered list types. Links - A hyperlink can be inserted into the editor for quick access to related information. Image - Inserts and manages images. Alignment - Aligns the content with left, center, and right margins. Format – Formats the sentence in different ways such as heading level, quotation, and code snippet Styles – Allows you to apply inline styles to the selected content like bold, italic, and more. Tables – Allows you to insert a table with header. Injecting Module The above features built as modules have to be included in your application. For example, to use image and link, inject the specific module using RichTextEditor.Inject (Toolbar, Link, Image, MarkdownEditor). The third-party library Marked is used in this sample to convert markdown into HTML content.