Westwind.Web.Markdown
0.2.5
See the version list below for details.
Requires NuGet 2.26 or higher.
Install-Package Westwind.Web.Markdown -Version 0.2.5
dotnet add package Westwind.Web.Markdown --version 0.2.5
<PackageReference Include="Westwind.Web.Markdown" Version="0.2.5" />
paket add Westwind.Web.Markdown --version 0.2.5
#r "nuget: Westwind.Web.Markdown, 0.2.5"
// Install Westwind.Web.Markdown as a Cake Addin
#addin nuget:?package=Westwind.Web.Markdown&version=0.2.5
// Install Westwind.Web.Markdown as a Cake Tool
#tool nuget:?package=Westwind.Web.Markdown&version=0.2.5
Markdown support for classic ASP.NET MVC and WebForms applications using the popular MarkDig Markdown parser.
Provides the following features:
* Markdown.Parse(), Markdown.ParseHtml() methods
* A Markdown Control for static Markdown text or dynamic assignment
* Supports HTML Sanitation
* Supports White Space handling for Markdown text
* Customization of Markdown Parser
* Supports many Markdown support features courtesy of MarkDig
For .NET Core support see `Westwind.AspNetCore.Markdown`.
Product | Versions |
---|---|
.NET Framework | net40 net403 net45 net451 net452 net46 net461 net462 net463 net47 net471 net472 net48 |
-
- Markdig (>= 0.15.2)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories (1)
Showing the top 1 popular GitHub repositories that depend on Westwind.Web.Markdown:
Repository | Stars |
---|---|
RickStrahl/MarkdownMonster
An extensible Markdown Editor, Viewer and Weblog Publisher for Windows
|