Markdown 2.2.1

dotnet add package Markdown --version 2.2.1
NuGet\Install-Package Markdown -Version 2.2.1
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="Markdown" Version="2.2.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Markdown --version 2.2.1
#r "nuget: Markdown, 2.2.1"
#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.
// Install Markdown as a Cake Addin
#addin nuget:?package=Markdown&version=2.2.1

// Install Markdown as a Cake Tool
#tool nuget:?package=Markdown&version=2.2.1

Open source C# implementation of Markdown processor, as featured on Stack Overflow. This port is based heavily on the original Perl 1.0.1 and Perl 1.0.2b8 implementations of Markdown, with bits and pieces of the apparently much better maintained PHP Markdown folded into it. There are a few Stack Overflow specific modifications (which are all configurable, and all off by default). I'd like to ensure that this version stays within shouting distance of the Markdown "specification", such as it is...

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
.NET Core netcoreapp1.0 was computed.  netcoreapp1.1 was computed.  netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard1.3 is compatible.  netstandard1.4 was computed.  netstandard1.5 was computed.  netstandard1.6 was computed.  netstandard2.0 was computed.  netstandard2.1 was computed. 
.NET Framework net451 is compatible.  net452 was computed.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen30 was computed.  tizen40 was computed.  tizen60 was computed. 
Universal Windows Platform uap was computed.  uap10.0 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (14)

Showing the top 5 NuGet packages that depend on Markdown:

Package Downloads
Umbraco.Cms.Infrastructure The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org.

Contains the infrastructure assembly needed to run Umbraco CMS.

UmbracoCms.Web The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org.

Contains the web assemblies needed to run Umbraco Cms. This package only contains assemblies and can be used for package development. Use the UmbracoCms package to setup Umbraco in Visual Studio as an ASP.NET project.

RandomSiteControlsMVC

A random bunch of MVC Feather controls and extensions to improve your sitefinity experience - Tabstrip, Kendo or Bootstrap - Markdown Editor - Twitter - Document Tree - Print to PDF - Google maps widget - Page Title widget - Versioned Css\Js MVC Link helpers - HTML Literal Editor (No designer or markup mangling, uses inbrowser VSCode editor) - Widget finder - HttpModule to remove IIS sensitive header info

Nancy.Viewengines.Markdown

Enables using Markdown with Nancy.

LimFx.Common

A simple package contains basic crud functions, bad word replacer, rate limiter(throttling) and basic email service using mongodb

GitHub repositories (9)

Showing the top 5 popular GitHub repositories that depend on Markdown:

Repository Stars
NancyFx/Nancy
Lightweight, low-ceremony, framework for building HTTP based services on .Net and Mono
umbraco/Umbraco-CMS
The simple, flexible and friendly ASP.NET CMS used by more than 730.000 websites
xoofx/markdig
A fast, powerful, CommonMark compliant, extensible Markdown processor for .NET
SonarSource/sonar-dotnet
Code analyzer for C# and VB.NET projects
X2CommunityCore/xcom2-launcher
The Alternative Mod Launcher (AML) is a replacement for the default game launchers from XCOM 2 and XCOM Chimera Squad.
Version Downloads Last updated
2.2.1 7,014,369 2/8/2017
2.2.0 138,110 9/11/2016
2.1.0 272,824 8/10/2016
2.0.0 4,320 7/25/2016
1.14.7 2,454,481 6/30/2016
1.14.7-beta 3,098 6/11/2016
1.14.6 184,094 6/10/2016
1.14.5 5,123 5/27/2016
1.14.4 513,656 11/15/2015
1.14.3 9,474 8/31/2015

Update block level tags.