Skip to main content
Westwind.AspNetCore.Markdown package icon

Westwind.AspNetCore.Markdown

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 Parsing 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.Markdown`.

Total Downloads
1.7M
1,706,422
Published
Dec 7, 2021
Latest stable version

Install

.NET CLI
dotnet add package Westwind.AspNetCore.Markdown --version 3.7.0
Package Manager Console
Install-Package Westwind.AspNetCore.Markdown -Version 3.7.0
PackageReference
<PackageReference Include="Westwind.AspNetCore.Markdown" Version="3.7.0" />

Frameworks

.NETCoreApp3.1 net5.0 net6.0

Dependencies

Markdig
.NETCoreApp3.1
[0.26.0, )
Markdig
net5.0
[0.26.0, )
Markdig
net6.0
[0.26.0, )

Adoption guide

Assess this package against its supported frameworks, license, maintenance signals and dependency graph before making it a project standard.

No SPDX license expression is published. Review the license text and your organisation's policy before redistribution.

Compatibility metadata lists 3 target frameworks; confirm the exact target used by your application.

How to read this guidance

Sources: published NuGet v3 registry metadata and explicit NuBrowse editorial guides. Refresh: package metadata is refreshed from NuGet when the page loads. Limit: this is not a security, legal or compatibility guarantee; validate the selected version in your project.

Useful next steps

Move from package metadata to a concrete selection or review workflow.