Top 20 NuGet markdown Packages

A tiny blog engine that allows you to keep your blog posts under source control. Supports Markdown. Posts are sourced from resources files embedded in your assemblies. Includes a stub MVC controller to get you started.
Provides Markdown template support to FluentEmail (https://github.com/lukencode/FluentEmail). This enables you to create email templates using Markdown text files and supports full model binding useful in mail merge scenarios.
Web/Html Helper Class Library. Markdown Parser / Html Santizer Example: using StackExchange.DataExplorer.Helpers; Convert Markdown to Html: var html = HtmlUtilities.RawToCooked(form["markdown"]) Santize / Normalize Html: @Html.Raw(HtmlUtilities.Safe(html))
OWIN Middleware for serving markdown files as HTML
ASP.NET MVC5 template for MarkdownWeb Open MarkdownWebController in Controllers folder once installed.
A HTML to Markdown converter in C#
TextPub reads (optionally Markdown formatted) text files from disk and wraps them in an API for easy publishing.
MarkdownSharp helpers for MVC
ASP.Net vNext Marked
Command line tool to convert xml .net documentation in Markdown
ASP.NET Core extensible and embeddable documentation engine
Adds SemanticUi classes to markdown.
A .NET client which can be used to talk against the Wolk REST API.
StackEchange's MarkdownSharp version targeting .net standard
SimpleMarkdown provides basic helpers to generate Markdown from plain text. It handles all common Markdown elements. The package currently targets .NET Core 1.0+, .NET Standard 1.0+, and .NET Framework 4.5+. (There is no reason this could not also work with earlier versions of .NET. Simply download ...
Markdown rendering for Shtik slides
A library for customizable parsing of markdown documents and transforming into other formats. This package contains the formatters for HTML, LaTex, XML and JSON.
A library for customizable parsing of markdown documents and transforming into other formats. This package contains the markdown lexer and parser components.
A library for customizable parsing of markdown documents and transforming into other formats. This package contains the structure of the abstract syntax tree.
Markdown for DotNet