Info
Version: | 2.2.1 |
Author(s): | red |
Last Update: | Wednesday, February 8, 2017 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/hey-red/Markdown |
NuGet Url: | https://www.nuget.org/packages/Markdown |
Install
Install-Package Markdown
dotnet add package Markdown
paket add Markdown
Markdown Download (Unzip the "nupkg" after downloading)
Dependencies
.NETStandard 1.3
- System.Collections(>= 4.0.11)
- System.Runtime.Extensions(>= 4.1.0)
- System.Text.RegularExpressions(>= 4.1.0)
No dependencies.
Tags
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...