Markdown 2.2.1
Install-Package Markdown -Version 2.2.1
dotnet add package Markdown --version 2.2.1
<PackageReference Include="Markdown" Version="2.2.1" />
paket add Markdown --version 2.2.1
#r "nuget: Markdown, 2.2.1"
// Install Markdown as a Cake Addin
#addin nuget:?package=Markdown&version=2.2.1
// Install Markdown as a Cake Tool
#tool nuget:?package=Markdown&version=2.2.1
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...
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 |
.NET Core | netcoreapp1.0 netcoreapp1.1 netcoreapp2.0 netcoreapp2.1 netcoreapp2.2 netcoreapp3.0 netcoreapp3.1 |
.NET Standard | netstandard1.3 netstandard1.4 netstandard1.5 netstandard1.6 netstandard2.0 netstandard2.1 |
.NET Framework | net451 net452 net46 net461 net462 net463 net47 net471 net472 net48 |
MonoAndroid | monoandroid |
MonoMac | monomac |
MonoTouch | monotouch |
Tizen | tizen30 tizen40 tizen60 |
Universal Windows Platform | uap uap10.0 |
Xamarin.iOS | xamarinios |
Xamarin.Mac | xamarinmac |
Xamarin.TVOS | xamarintvos |
Xamarin.WatchOS | xamarinwatchos |
-
.NETFramework 4.5.1
- No dependencies.
-
.NETStandard 1.3
- System.Collections (>= 4.0.11)
- System.Runtime.Extensions (>= 4.1.0)
- System.Text.RegularExpressions (>= 4.1.0)
NuGet packages (14)
Showing the top 5 NuGet packages that depend on Markdown:
Package | Downloads |
---|---|
UmbracoCms.Web
Contains the web assemblies needed to run Umbraco Cms. This package only contains assemblies and can be used for package development. Use the UmbracoCms package to setup Umbraco in Visual Studio as an ASP.NET project. |
|
Umbraco.Cms.Infrastructure
Contains the infrastructure assembly needed to run Umbraco Cms. This package only contains the assembly, and can be used for package development. Use the template in the Umbraco.Templates package to setup Umbraco |
|
RandomSiteControlsMVC
A random bunch of MVC Feather controls and extensions to improve your sitefinity experience - Tabstrip, Kendo or Bootstrap - Markdown Editor - Twitter - Document Tree - Print to PDF - Google maps widget - Page Title widget - Versioned Css\Js MVC Link helpers - HTML Literal Editor (No designer or markup mangling, uses inbrowser VSCode editor) - Widget finder - HttpModule to remove IIS sensitive header info |
|
Nancy.Viewengines.Markdown
Enables using Markdown with Nancy. |
|
KXB.Umbraco.UmbracoDictionaryExtension
An extension to the UmbracoHelper with several ease of life improvements, such as code first generation of dictionary items and getting dictionary items from a partial key |
GitHub repositories (8)
Showing the top 5 popular GitHub repositories that depend on Markdown:
Repository | Stars |
---|---|
NancyFx/Nancy
Lightweight, low-ceremony, framework for building HTTP based services on .Net and Mono
|
|
umbraco/Umbraco-CMS
The simple, flexible and friendly ASP.NET CMS used by more than 730.000 websites
|
|
SonarSource/sonar-dotnet
Code analyzer for C# and VB.NET projects https://redirect.sonarsource.com/plugins/vbnet.html
|
|
Shazwazza/Articulate
A wonderful Blog engine built on Umbraco
|
|
OctopusDeploy/Calamari
The core deployment scripts and tools used by Octopus Deploy
|
Update block level tags.