NuGet Packages Required for .NET Markdown Library

18 Aug 20261 minute to read

Installing Syncfusion® Markdown through NuGet Packages

NuGet is one of the easiest ways to download and install the Markdown library to create, read, and edit Markdown documents. The following NuGet package needs to be installed in your application.

Platform(s) Package name Package manager console command
Windows Forms / Console (.NET Framework) / WPF /

ASP.NET MVC

/

ASP.NET Core

/ Console (.NET Core) /

Blazor

/ WinUI / MAUI / UWP
Syncfusion.Markdown.nupkg Install-Package Syncfusion.Markdown

  1. Syncfusion® components are available in nuget.org
  2. Starting with v34.x.x, if you reference Syncfusion® assemblies from trial setup or from the NuGet feed, you also have to add “Syncfusion.Licensing” assembly reference and include a license key in your projects. Please refer to this link to know about registering Syncfusion® license key in your application to use our components.

NuGet Package Installation and Uninstallation

To use Syncfusion® NuGet packages in your project, refer to the NuGet package Installation and Uninstallation sections.

Markdown NuGet packages can be installed and uninstalled using Package Manager Console.

In Visual Studio, select Tools > NuGet Package Manager > Package Manager Console and execute the following commands.

NuGet Package: Syncfusion.Markdown

The package contains Markdown library that allows you to create, read and edit Markdown documents.

// Install package
Install-Package Syncfusion.Markdown
// Uninstall package
Uninstall-Package Syncfusion.Markdown -RemoveDependencies