Westwind.Web.Markdown
0.2.10
See the version list below for details.
Requires NuGet 2.25 or higher.
Install-Package Westwind.Web.Markdown -Version 0.2.10
dotnet add package Westwind.Web.Markdown --version 0.2.10
<PackageReference Include="Westwind.Web.Markdown" Version="0.2.10" />
paket add Westwind.Web.Markdown --version 0.2.10
#r "nuget: Westwind.Web.Markdown, 0.2.10"
// Install Westwind.Web.Markdown as a Cake Addin
#addin nuget:?package=Westwind.Web.Markdown&version=0.2.10
// Install Westwind.Web.Markdown as a Cake Tool
#tool nuget:?package=Westwind.Web.Markdown&version=0.2.10
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
* Markdown Islands Markdown Control
* A Markdown WebForms Control for static Markdown text or dynamic assignment
* Load static text
* Load content from files
* Databind text
* Loose Markdown file support - drop Markdown files into your site
* 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 with similar features 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
|