Example of Overview in Blazor Markdown Editor Component
This sample demonstrates markdown editing in the Blazor Rich Text Editor with complete features.
The Blazor Rich Text Editor supports markdown editing when the Class reference of EditorMode property in Rich Text Editor property is set to Markdown
.
Format Text
– Options to apply inline styles to the selected content like bold, italic, strikethrough and more.Sentence Style
– Options to format the sentence style in different ways such as heading level, quotation, and code snippetUndo and Redo
- Options to undo and redo operations.Lists
- Option to create numbered lists and bulleted lists.Links
- A Hyperlink can be inserted into the editor for quick access to related information.Image
- Inserts and manages images.Table
- Inserts and manages Tables.Preview
- Custom command which shows the preview of markdown syntax using a third-party plugin.