Our Syncfusion  Blazor Rich Text Editor component can be used as a Blazor WYSIWYG Markdown editor. It allows the content to be in the Markdown format. The typed Markdown syntax content can be previewed using any third-party plugin.

In this blog post, we are going to integrate the  Markdig third-party library into our Blazor Rich Text Editor’s Markdown editor (MD editor) to preview the Markdown.

The following topics are covered in this blog:

  • Prerequisites
  • What is Markdig?
  • Creating a Blazor server application
  • Configure the Rich Text Editor’s Markdown editor
  • Add the Markdig library
  • Show LIVE preview of Markdown
  • Resources
  • Conclusion

Let’s get started!

Prerequisites

We are going to demonstrate the application in a Blazor server-side application. So, the following prerequisites are needed:

  • Visual Studio 2019.
  • .NET Core 3.0 or above.
  • Markdig.

#blazor #html #markdown editor #rich text editor #wysiwyg

Blazor: Live Preview Markdown Editor’s Content Using Markdig Library
3.95 GEEK