Info
Version: | 1.0.1 |
Author(s): | Anthony Gatlin |
Last Update: | Saturday, June 3, 2017 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/agatlin/SimpleMarkdown |
NuGet Url: | https://www.nuget.org/packages/SimpleMarkdown |
Install
Install-Package SimpleMarkdown
dotnet add package SimpleMarkdown
paket add SimpleMarkdown
SimpleMarkdown Download (Unzip the "nupkg" after downloading)
Dependencies
.NETCoreApp 1.0
- Microsoft.NETCore.App(>= 1.0.5)
No dependencies.
- NETStandard.Library(>= 1.6.1)
Tags
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 the source from GitHub and recompile.) Usage examples can be found on the GitHub project site.