Westwind.AspNetCore.Markdown
3.5.0
This library provides Markdown support for ASP.NET Core applications:
* Markdown TagHelper - embed static markdown text from files, urls or bind model data
* Markdown Page Handler Middleware to render Markdown files in your site
* Markdown Parsing Support via Markdown.Parse() and Markdown.ParseHtmlString()
* Markdown Parsing from Files via Markdown.ParseFromFile() and .ParseFromFileAsync()
* Markdown Parsiong from URL via Markdown.ParseFromUrl() and .ParseFromUrlAsync()
* Supports basic HTML Sanitation
* TagHelper supports White Space Normalization
* Customization of Markdown Processing Options
For similar features in System.Web based classic ASP.NET apps see `Westwind.Web.MarkdownControl`.
Install-Package Westwind.AspNetCore.Markdown -Version 3.5.0
dotnet add package Westwind.AspNetCore.Markdown --version 3.5.0
<PackageReference Include="Westwind.AspNetCore.Markdown" Version="3.5.0" />
paket add Westwind.AspNetCore.Markdown --version 3.5.0
Dependencies
Used By
NuGet packages (3)
Showing the top 3 NuGet packages that depend on Westwind.AspNetCore.Markdown:
Package | Downloads |
---|---|
AspNetCore.MarkdownDocumenting
Enabled to document your project with markdown files. Just place your markdown files into Docs folder in root of your project. More info go project git.
|
|
Miru
Package Description
|
|
HelpDown
A simple to use and manage Markdown-based help system for any ASP.Net Core application.
|
GitHub repositories
This package is not used by any popular GitHub repositories.
Version History
Version | Downloads | Last updated |
---|---|---|
3.5.0 | 2,990 | 11/12/2020 |
3.4.5 | 6,840 | 10/4/2020 |
3.4.0 | 25,021 | 8/22/2020 |
3.3.8 | 29,064 | 4/27/2020 |
3.3.6 | 13,117 | 2/13/2020 |
3.3.5 | 2,373 | 1/9/2020 |
3.3.0 | 11,937 | 11/2/2019 |
3.3.0-preview-1 | 228 | 10/23/2019 |
3.2.6 | 7,565 | 8/29/2019 |
3.2.5.1 | 1,705 | 7/24/2019 |
3.2.5 | 1,485 | 7/6/2019 |
3.2.4 | 7,495 | 3/12/2019 |
3.2.2 | 9,121 | 12/19/2018 |
3.2.0 | 798 | 12/7/2018 |
3.1.1 | 2,879 | 11/19/2018 |
3.0.36 | 10,048 | 9/6/2018 |
3.0.32 | 525 | 9/2/2018 |
3.0.31 | 297 | 9/1/2018 |
3.0.30 | 335 | 8/31/2018 |
3.0.29 | 3,017 | 7/23/2018 |
3.0.28 | 2,226 | 5/12/2018 |
3.0.25 | 585 | 4/18/2018 |
3.0.18 | 439 | 4/5/2018 |
3.0.17 | 1,187 | 3/28/2018 |
3.0.16 | 605 | 3/24/2018 |
3.0.15 | 985 | 3/23/2018 |