CommonMark.NET by Knagis

<PackageReference Include="CommonMark.NET" Version="0.6.0" />

 CommonMark.NET 0.6.0

.NET library for converting Markdown documents to HTML according to the CommonMark specification. Optimized for maximum performance and targets every .NET version since 2.0, including PCL and Mono.

<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
  <metadata>
    <id>CommonMark.NET</id>
    <version>0.6.0</version>
    <title>CommonMark.NET</title>
    <authors>Knagis</authors>
    <owners>Knagis</owners>
    <licenseUrl>https://raw.githubusercontent.com/Knagis/CommonMark.NET/master/LICENSE.md</licenseUrl>
    <projectUrl>https://github.com/Knagis/CommonMark.NET/</projectUrl>
    <iconUrl>https://raw.githubusercontent.com/dcurtis/markdown-mark/master/png/32x20.png</iconUrl>
    <requireLicenseAcceptance>false</requireLicenseAcceptance>
    <description>.NET library for converting Markdown documents to HTML according to the CommonMark specification. Optimized for maximum performance and targets every .NET version since 2.0, including PCL and Mono.</description>
    <summary>Fastest .NET library for converting Markdown documents to HTML.</summary>
    <releaseNotes>Updated parser according to specification v.0.15. Few bugfixes and additional custom features - rendering soft line breaks and ~~strikethrough~~ parser.</releaseNotes>
    <copyright>Copyright © Kārlis Gaņģis 2014</copyright>
    <tags>CommonMark Markdown</tags>
  </metadata>
</package>