showdownjs 2.0.3

dotnet add package showdownjs --version 2.0.3
                    
NuGet\Install-Package showdownjs -Version 2.0.3
                    
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="showdownjs" Version="2.0.3" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="showdownjs" Version="2.0.3" />
                    
Directory.Packages.props
<PackageReference Include="showdownjs" />
                    
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 showdownjs --version 2.0.3
                    
#r "nuget: showdownjs, 2.0.3"
                    
#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 showdownjs@2.0.3
                    
#: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=showdownjs&version=2.0.3
                    
Install as a Cake Addin
#tool nuget:?package=showdownjs&version=2.0.3
                    
Install as a Cake Tool

Showdown is a Javascript Markdown to HTML converter, based on the original works by John Gruber. Showdown can be used client side (in the browser) or server side (with NodeJs).

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

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
2.0.3 28,392 3/10/2022
2.0.0 698 2/24/2022
1.9.1 8,794 11/12/2019
1.9.0 7,533 11/19/2018
1.8.7 1,181 11/19/2018
1.8.6 28,555 1/12/2018
1.8.5 1,838 12/11/2017
1.8.4 1,410 12/6/2017
1.8.3 20,217 11/28/2017
1.8.2 1,587 11/11/2017
1.8.0 1,505 10/25/2017
1.7.6 1,841 10/9/2017
1.7.5 1,483 10/2/2017
1.7.4 3,477 9/11/2017
1.7.3 1,594 8/24/2017
1.7.2 1,513 8/7/2017
1.7.1 2,361 6/2/2017
1.7.0 1,507 6/1/2017
1.6.4 46,185 2/6/2017
1.6.3 1,738 1/31/2017
1.6.1 1,873 1/30/2017
1.6.0 1,544 1/26/2017
1.5.5 1,936 1/2/2017
1.5.3 1,893 12/19/2016
1.5.1 1,575 12/2/2016
1.5.0 1,595 11/11/2016
1.4.4 2,295 11/3/2016
1.4.3 1,733 8/21/2016
1.4.2 2,637 7/15/2016

2.0.3 (2022-03-08)

Bug Fixes
- cli: fix cli to work with yargs (f8c4bd2), closes #893