MarkdownSharpCore 1.2.0
dotnet add package MarkdownSharpCore --version 1.2.0
NuGet\Install-Package MarkdownSharpCore -Version 1.2.0
<PackageReference Include="MarkdownSharpCore" Version="1.2.0" />
paket add MarkdownSharpCore --version 1.2.0
#r "nuget: MarkdownSharpCore, 1.2.0"
// Install MarkdownSharpCore as a Cake Addin #addin nuget:?package=MarkdownSharpCore&version=1.2.0 // Install MarkdownSharpCore as a Cake Tool #tool nuget:?package=MarkdownSharpCore&version=1.2.0
MarkdownSharpCore
History
The intention of this project is to convert [https://github.com/jasongaylord/markdownsharp-original/], which was a port of the MarkdownSharp library from the Google Code Archives to GitHub, over to .NET Core. Currently, this project is running under .NET 6.x. The tests are also running under .NET 6.x. You can install this as a NuGet package here: [https://www.nuget.org/packages/MarkdownSharpCore/]
Configuration
With .NET 6.x, we added a new configuration file. The file should be in the root of the project along with the MarkdownSharp.dll
binary. The file should be called markdown.json
. The format of the file should be similar to this:
{
"Markdown": {
"AutoHyperlink": true,
"AutoNewlines": true,
"EmptyElementSuffix": ">",
"LinkEmails": false,
"StrictBoldItalic": true,
"AsteriskIntraWordEmphasis": true
}
}
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net6.0 is compatible. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. |
-
net6.0
- Microsoft.Extensions.Configuration.Json (>= 7.0.0)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.