stackoverflow - MarkdownSharp 2.0.9
Open source C# implementation of Markdown processor, as featured on Stack Overflow.
PM> Install-Package MarkdownSharp -Version 2.0.9 -Source https://www.myget.org/F/stackoverflow/api/v3/index.json
> nuget.exe install MarkdownSharp -Version 2.0.9 -Source https://www.myget.org/F/stackoverflow/api/v3/index.json
> dotnet add package MarkdownSharp --version 2.0.9 --source https://www.myget.org/F/stackoverflow/api/v3/index.json
source https://www.myget.org/F/stackoverflow/api/v3/index.json
nuget MarkdownSharp ~> 2.0.9
Copy to clipboard
> choco install MarkdownSharp --version 2.0.9 --source https://www.myget.org/F/stackoverflow/api/v2
Import-Module PowerShellGet
Register-PSRepository -Name "stackoverflow" -SourceLocation "https://www.myget.org/F/stackoverflow/api/v2"
Install-Module -Name "MarkdownSharp" -RequiredVersion "2.0.9" -Repository "stackoverflow"
Copy to clipboard
MarkdownSharp
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...
Note: this build is kept somewhat up to date for those using it (and maintaining old input => result expectations), but CommonMark implementations are what any new users of markdown should look at. The spec is much more strict and deterministic across all cases.
- .NETFramework 4.0: 4.0.0.0
- .NETStandard 2.0: 2.0.0.0
OwnersNick Craver |
AuthorsJeff Atwood, Milan Negovan, John Gruber, Nick Craver |
Project URLhttps://github.com/StackExchange/MarkdownSharp/ |
LicenseMIT |
Tagsmarkdown |
Info20 total downloads |
| 9 downloads for version 2.0.9 |
| Download (63.29 KB) |
| Found on the current feed only |
Package history
| Version | Size | Last updated | Downloads | Mirrored? | |||
|---|---|---|---|---|---|---|---|
|
|
2.0.9 | 63.29 KB | Sat, 01 Dec 2018 20:33:39 GMT | 9 |
|
||
|
|
2.0.7 | 63.25 KB | Sun, 28 Oct 2018 02:10:10 GMT | 1 |
|
||
|
|
2.0.6 | 60.64 KB | Sun, 28 Oct 2018 02:05:05 GMT | 2 |
|
||
|
|
2.0.5 | 44.96 KB | Sun, 28 Oct 2018 01:29:01 GMT | 4 |
|
||
|
|
2.0.4 | 44.96 KB | Sat, 27 Oct 2018 14:10:48 GMT | 2 |
|
||
|
|
2.0.2 | 44.24 KB | Sat, 27 Oct 2018 00:04:00 GMT | 2 |
|