CommonMark.NET
0.9.0
dotnet add package CommonMark.NET --version 0.9.0
NuGet\Install-Package CommonMark.NET -Version 0.9.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.9.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="CommonMark.NET" Version="0.9.0" />
<PackageReference Include="CommonMark.NET" />
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 CommonMark.NET --version 0.9.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: CommonMark.NET, 0.9.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.
#addin nuget:?package=CommonMark.NET&version=0.9.0
#tool nuget:?package=CommonMark.NET&version=0.9.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
.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 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. |
ASP.NETCore | aspnetcore50 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.
GitHub repositories (27)
Showing the top 20 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. Provides the fundamental infrastructure, cross-cutting-concern implementations, startup templates, application modules, UI themes, tooling and documentation.
|
|
xoofx/markdig
A fast, powerful, CommonMark compliant, extensible Markdown processor for .NET
|
|
accord-net/framework
Machine learning, computer vision, statistics and general scientific computing 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.
|
|
microsoft/dotnet-apiport
This repo contains .NET Portability Analyzer (VSIX and Console) libraries and tools
|
|
madskristensen/WebEssentials2013
Visual Studio extension
|
|
maximmax42/Discord-CustomRP
Simple custom Rich Presence manager (Playing status) for Discord. Only supports Windows 7 and above. Features running on startup and minimizing to tray. Translated to multiple languages.
|
|
mike-ward/Markdown-Edit
My attempt at a markdown editor for windows
|
|
SparkDevNetwork/Rock
An open source CMS, Relationship Management System (RMS) and Church Management System (ChMS) all rolled into one.
|
|
Code52/pretzel
A site generation tool (and then some) for .NET platforms
|
|
RickStrahl/Westwind.Globalization
Database driven resource localization for .NET applications
|
|
EDCD/EDDI
Companion application for Elite Dangerous
|
|
microsoft/workbooks
Workbooks is an interactive programming environment that’s perfect for experimentation, learning, and documentation: an educational tool for learning the myriad of .NET platforms, APIs, and libraries.
|
|
microsoft/onnxruntime-training-examples
Examples for using ONNX Runtime for model training.
|
|
miyconst/Mi899
Tool set for Chinese X99 motherboards
|
|
roadkillwiki/roadkill
A modern .NET Wiki
|
|
scheshan/DotNetClub
A tiny club written in Asp.Net Core
|
|
kentcb/YouIandReactiveUI
The sample code for my book: You, I, and ReactiveUI
|
|
cyotek/Cyotek.Windows.Forms.ImageBox
The ImageBox is a custom control for displaying images. It supports zooming, scrolling, panning, region selection and much more!
|
Version | Downloads | Last updated |
---|---|---|
0.9.0 | 2,565 | 5/2/2015 |
0.8.5 | 1,102 | 3/4/2015 |
0.8.4 | 98 | 2/24/2015 |
0.8.3 | 602 | 2/8/2015 |
0.8.2 | 50 | 2/8/2015 |
0.8.0 | 320 | 1/31/2015 |
0.7.0 | 129 | 1/17/2015 |
0.6.1 | 88 | 1/12/2015 |
0.6.0 | 176 | 1/1/2015 |
0.5.2 | 878 | 11/10/2014 |
0.5.1 | 281 | 11/6/2014 |
0.5.0 | 711 | 11/5/2014 |
0.4.4 | 289 | 11/4/2014 |
0.4.3 | 95 | 10/27/2014 |
0.4.2 | 103 | 10/17/2014 |
0.4.1 | 70 | 10/15/2014 |
0.4.0 | 105 | 10/9/2014 |
0.3.0 | 76 | 10/6/2014 |
0.2.1 | 253 | 9/17/2014 |
0.2.0 | 81 | 9/15/2014 |
0.1.3 | 97 | 9/13/2014 |
0.1.2 | 72 | 9/13/2014 |
0.1.1 | 81 | 9/12/2014 |
0.1.0-beta | 60 | 9/11/2014 |
Updated to specification 0.19. New HtmlFormatter class that allows customization of HTML output. Package now includes console executable that can be used to convert markdown files.