Markdig.Signed 1.3.2

Prefix Reserved
dotnet add package Markdig.Signed --version 1.3.2
                    
NuGet\Install-Package Markdig.Signed -Version 1.3.2
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Markdig.Signed" Version="1.3.2" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Markdig.Signed" Version="1.3.2" />
                    
Directory.Packages.props
<PackageReference Include="Markdig.Signed" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Markdig.Signed --version 1.3.2
                    
#r "nuget: Markdig.Signed, 1.3.2"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package Markdig.Signed@1.3.2
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Markdig.Signed&version=1.3.2
                    
Install as a Cake Addin
#tool nuget:?package=Markdig.Signed&version=1.3.2
                    
Install as a Cake Tool

Markdig ci Coverage Status NuGet

<img align="right" width="160px" height="160px" src="img/markdig.png">

Markdig is a fast, powerful, CommonMark compliant, extensible Markdown processor for .NET.

Documentation: https://xoofx.github.io/markdig

You can try Markdig online and compare it to other implementations on babelmark3

Features

If you are looking for support for an old .NET Framework 3.5 or 4.0, you can download Markdig 0.18.3.

Third Party Extensions