Blazor Markdown Editor is an intuitive and light-weight component that provides option for md to HTML conversion. It allows the content to be in the markdown format. The typed markdown syntax content can be previewed using a third-party plugin. The Blazor Rich Text Editor control can be used as a Blazor WYSIWYG Markdown Editor (md editor).
The Blazor WYSIWYG Markdown Editor supports customized markdown syntax (md syntax) and maps to built-in commands.
The Blazor Markdown Editor toolbar provides a variety of commands for editing and formatting the content. You can format text, insert images, add headers, insert hyperlinks, create lists, and preview results. The commands are grouped together based on related functionality.
The excess toolbar commands are wrapped in the next rows within toolbar in the Markdown text editor.
The overflow toolbar commands hidden in the next row become visible when the toolbar is expanded via the expand icon.
The Blazor WYSIWYG markdown editor toolbar doesn’t stick with top of the editor, but floats within the editor area while scrolling the editor page.
Users can also add their own commands (tools) with actions to the toolbar along with the built-in commands to enhance the markdown text editor.
The Blazor Markdown Editor component provides a wide range of tools and options to create a better editing experience with markdown content.
You can apply formatting to selected content, whole paragraphs, or specific words or characters:
You can insert images in the Blazor Markdown editor from a local path or server path with image alt text and then link URLs to the images.
Insert or change the hyperlinks with display text in markdown syntax.
You can insert tables with rows and columns in the Markdown editor to display grid-like tabular data.
Create ordered (numbered) or unordered (bulleted) lists to organize content markdown syntax.
The Blazor Markdown Editor component is shipped with several built-in themes such as material, bootstrap, fabric (Office 365), and high contrast. Users can customize any one of these built-in themes or create new themes to achieve their own desired look and feel either by simply overriding SASS variables or using our Theme Studio application.
The Blazor Markdown Editor allows users to restrict the content’s maximum number of characters.