Soenneker.Extensions.String.Markdown 4.0.711

Prefix Reserved
There is a newer version of this package available.
See the version list below for details.
dotnet add package Soenneker.Extensions.String.Markdown --version 4.0.711
                    
NuGet\Install-Package Soenneker.Extensions.String.Markdown -Version 4.0.711
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Soenneker.Extensions.String.Markdown" Version="4.0.711" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Soenneker.Extensions.String.Markdown" Version="4.0.711" />
                    
Directory.Packages.props
<PackageReference Include="Soenneker.Extensions.String.Markdown" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Soenneker.Extensions.String.Markdown --version 4.0.711
                    
#r "nuget: Soenneker.Extensions.String.Markdown, 4.0.711"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package Soenneker.Extensions.String.Markdown@4.0.711
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Soenneker.Extensions.String.Markdown&version=4.0.711
                    
Install as a Cake Addin
#tool nuget:?package=Soenneker.Extensions.String.Markdown&version=4.0.711
                    
Install as a Cake Tool

alternate text is missing from this package README image alternate text is missing from this package README image alternate text is missing from this package README image

alternate text is missing from this package README image Soenneker.Extensions.String.Markdown

A collection of helpful markdown string extension methods

Installation

dotnet add package Soenneker.Extensions.String.Markdown

Examples

ToHtml()

string markdown = "# Hello, World!";
string html = markdown.ToHtml();
Console.WriteLine(html); // Output: <h1>Hello, World!</h1>

Converts a Markdown string to an HTML string.

ToHtmlMarkup()

string markdown = "# Hello, World!";
MarkupString htmlMarkup = markdown.ToHtmlMarkup();
Console.WriteLine(htmlMarkup); // Output: <h1>Hello, World!</h1>

Converts a Markdown string to an HTML MarkupString.

Product Compatible and additional computed target framework versions.
.NET net10.0 is compatible.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
4.0.748 73 3/31/2026
4.0.747 86 3/27/2026
4.0.746 85 3/20/2026
4.0.745 85 3/19/2026
4.0.744 93 3/15/2026
4.0.743 87 3/13/2026
4.0.742 92 3/13/2026
4.0.741 88 3/12/2026
4.0.740 84 3/12/2026
4.0.739 88 3/12/2026
4.0.738 90 3/12/2026
4.0.737 94 3/12/2026
4.0.736 90 3/11/2026
4.0.735 92 3/11/2026
4.0.734 90 3/11/2026
4.0.733 90 3/11/2026
4.0.732 89 3/11/2026
4.0.731 89 3/10/2026
4.0.730 85 3/10/2026
4.0.711 105 3/3/2026
Loading failed