CommonMark.NET 0.15.1

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

// Install CommonMark.NET as a Cake Tool
#tool nuget:?package=CommonMark.NET&version=0.15.1

.NET library for converting Markdown documents to HTML according to the CommonMark specification. Optimized for maximum performance and targets every .NET version since 2.0, including PCL, Mono and .NET Core.

Product Versions
.NET net5.0 net5.0-windows net6.0 net6.0-android net6.0-ios net6.0-maccatalyst net6.0-macos net6.0-tvos net6.0-windows net7.0 net7.0-android net7.0-ios net7.0-maccatalyst net7.0-macos net7.0-tvos net7.0-windows
.NET Core netcoreapp1.0 netcoreapp1.1 netcoreapp2.0 netcoreapp2.1 netcoreapp2.2 netcoreapp3.0 netcoreapp3.1
.NET Standard netstandard1.0 netstandard1.1 netstandard1.2 netstandard1.3 netstandard1.4 netstandard1.5 netstandard1.6 netstandard2.0 netstandard2.1
.NET Framework net20 net35 net35-client net40 net40-client net403 net45 net451 net452 net46 net461 net462 net463 net47 net471 net472 net48 net481
MonoAndroid monoandroid
MonoMac monomac
MonoTouch monotouch
Tizen tizen30 tizen40 tizen60
Universal Windows Platform uap uap10.0
Windows Phone wp8 wp81 wpa81
Windows Store netcore netcore45 netcore451
Xamarin.iOS xamarinios
Xamarin.Mac xamarinmac
Xamarin.TVOS xamarintvos
Xamarin.WatchOS xamarinwatchos
Compatible target framework(s)
Additional computed target framework(s)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages (59)

Showing the top 5 NuGet packages that depend on CommonMark.NET:

Package Downloads
Westwind.Globalization

West Wind Globalization provides database localization providers for .NET 4.5+ and .NET Core 2+. This package also contains a number of Localization helpers to import and convert Resx resources, provide easy locale switching. Supported Db providers: Sql Server, SqLite, MySql. For use in Web applications add the Westwind.Globalization.Web or Westwind.Globalization.AspNetCore packages.

Aardvark.Rendering.Text

Aardvark is an open-source platform for visual computing, real-time graphics and visualization.

Bnsights.Mvc

Bnsights.Mvc is RAD Helper DLL for MVC Projects in Bnsights DMCC. Also known as Bnsights Business Solutions Framework (BBSF).

ArragroCMS.Web

The web library for interacting with the API's for Arragro CMS.

Core.Markdown

Common markdown classes for .NET applications

GitHub repositories (28)

Showing the top 5 popular GitHub repositories that depend on CommonMark.NET:

Repository Stars
abpframework/abp
Open Source Web Application Framework for ASP.NET Core
accord-net/framework
Machine learning, computer vision, statistics and general scientific computing for .NET
xoofx/markdig
A fast, powerful, CommonMark compliant, extensible Markdown processor for .NET
jakubgarfield/Bonobo-Git-Server
Bonobo Git Server for Windows is a web application you can install on your IIS and easily manage and connect to your git repositories. Go to homepage for release and more info.
NuGet/NuGetGallery
NuGet Gallery is a package repository that powers https://www.nuget.org. Use this repo for reporting NuGet.org issues.
Version Downloads Last updated
0.15.1 3,091,209 2/20/2017
0.15.0 23,116 1/29/2017
0.14.0 175,575 9/20/2016
0.13.4 60,347 7/13/2016
0.13.3 1,309 7/12/2016
0.13.2 23,560 7/5/2016
0.13.0 1,186 7/4/2016
0.12.0 137,214 4/20/2016
0.11.0 69,840 12/29/2015
0.10.0 79,258 10/23/2015
0.9.1 21,227 6/26/2015
0.9.0 162,881 5/2/2015
0.8.5 3,441 3/4/2015
0.8.4 1,390 2/24/2015
0.8.3 4,853 2/8/2015
0.8.2 1,348 2/8/2015
0.8.0 1,556 1/31/2015
0.7.0 1,294 1/17/2015
0.6.1 1,164 1/12/2015
0.6.0 1,848 1/1/2015
0.5.2 2,081 11/10/2014
0.5.1 1,390 11/6/2014
0.5.0 1,818 11/5/2014
0.4.4 1,434 11/4/2014
0.4.3 1,897 10/27/2014
0.4.2 2,219 10/17/2014
0.4.1 1,185 10/15/2014
0.4.0 4,082 10/9/2014
0.3.0 1,122 10/6/2014
0.2.1 1,647 9/17/2014
0.2.0 1,312 9/15/2014
0.1.3 1,310 9/13/2014
0.1.2 1,129 9/13/2014
0.1.1 1,333 9/12/2014
0.1.0-beta 932 9/11/2014

Fixed lists with tab characters and double trailing newlines.