File tree Expand file tree Collapse file tree 1 file changed +20
-0
lines changed
Expand file tree Collapse file tree 1 file changed +20
-0
lines changed Original file line number Diff line number Diff line change 1+ # Blazor: Live Preview Markdown Editor’s Content Using Markdig Library
2+
3+ Integrate the Markdig third-party library into Syncfusion Blazor Rich Text Editor’s Markdown editor (MD editor) to preview the Markdown.
4+
5+ ## Prerequisites
6+
7+ - [ Visual Studio 2019] ( https://visualstudio.microsoft.com/vs/ ) .
8+ - [ .NET Core 3.0] ( https://dotnet.microsoft.com/download/dotnet/3.0 ) or above.
9+ - [ Markdig] ( https://www.nuget.org/packages/Markdig/ ) .
10+
11+
12+ ## How to run the project
13+
14+ Step 1: Check out this repository in your disk.
15+
16+ Step 2: Open the solution file using the Visual Studio 2019 Preview 16.6.0 Preview 2.0 or later.
17+
18+ Step 3: Restore the NuGet packages by rebuilding the solution.
19+
20+ Step 4: Run the project.
You can’t perform that action at this time.
0 commit comments