Markdown 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...
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
Release Notes
Update block level tags.
Dependencies
-
.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)
Used By
NuGet packages (13)
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.
|
|
Nancy.Viewengines.Markdown
Enables using Markdown with Nancy.
|
|
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
|
|
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
|
|
WjwLibs
.Net core C# for Linux (or Windows)
|
GitHub repositories (5)
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 500.000 websites
|
|
Shazwazza/Articulate
A wonderful Blog engine built on Umbraco
|
|
OctopusDeploy/Calamari
The core deployment scripts and tools used by Octopus Deploy
|
|
anuraj/AspNetCoreSamples
This repository is set of ASP.NET Core projects and scripts.
|