Markdig
Markdig is a fast, powerful, CommonMark compliant, extensible Markdown processor for .NET.
Features
- Full CommonMark compliance
- SyntaxHighlighter and YAML front-matter extensions
- Fully extensible – add your own renderers and extensions
- Fast and lightweight (no external dependencies)
Usage
var html = Markdig.Markdown.ToHtml("# Hello **World**");
Ready to get started? Visit the official site to learn more.
Visit official site north_east