CommonMark.NET 0.10.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package CommonMark.NET --version 0.10.0
NuGet\Install-Package CommonMark.NET -Version 0.10.0
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.10.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add CommonMark.NET --version 0.10.0
#r "nuget: CommonMark.NET, 0.10.0"
#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.10.0

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

.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 Compatible and additional computed target framework versions.
.NET Framework net20 is compatible.  net35 was computed.  net35-client is compatible.  net40 was computed.  net40-client is compatible.  net403 was computed.  net45 is compatible.  net451 was computed.  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. 
DNXCore dnxcore50 is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages (63)

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 (29)

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. Offers an opinionated architecture to build enterprise software solutions with best practices on top of the .NET and the ASP.NET Core platforms. Provides the fundamental infrastructure, production-ready startup templates, application modules, UI themes, tooling, guides and documentation.
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,989,883 2/20/2017
0.15.0 24,958 1/29/2017
0.14.0 183,197 9/20/2016
0.13.4 63,440 7/13/2016
0.13.3 1,430 7/12/2016
0.13.2 28,235 7/5/2016
0.13.0 1,334 7/4/2016
0.12.0 160,582 4/20/2016
0.11.0 80,395 12/29/2015
0.10.0 95,983 10/23/2015
0.9.1 25,558 6/26/2015
0.9.0 202,525 5/2/2015
0.8.5 4,679 3/4/2015
0.8.4 1,521 2/24/2015
0.8.3 5,254 2/8/2015
0.8.2 1,485 2/8/2015
0.8.0 1,697 1/31/2015
0.7.0 1,438 1/17/2015
0.6.1 1,310 1/12/2015
0.6.0 2,054 1/1/2015
0.5.2 2,225 11/10/2014
0.5.1 1,529 11/6/2014
0.5.0 1,959 11/5/2014
0.4.4 1,576 11/4/2014
0.4.3 2,026 10/27/2014
0.4.2 2,395 10/17/2014
0.4.1 1,311 10/15/2014
0.4.0 6,319 10/9/2014
0.3.0 1,257 10/6/2014
0.2.1 1,811 9/17/2014
0.2.0 1,476 9/15/2014
0.1.3 1,459 9/13/2014
0.1.2 1,283 9/13/2014
0.1.1 1,574 9/12/2014
0.1.0-beta 997 9/11/2014

Updated to specification 0.22 (reworked HTML tag parsing).