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 23,796 3/10/2022
2.0.0 587 2/24/2022
1.9.1 8,616 11/12/2019
1.9.0 7,345 11/19/2018
1.8.7 1,041 11/19/2018
1.8.6 28,210 1/12/2018
1.8.5 1,517 12/11/2017
1.8.4 1,186 12/6/2017
1.8.3 19,978 11/28/2017
1.8.2 1,366 11/11/2017
1.8.0 1,271 10/25/2017
1.7.6 1,501 10/9/2017
1.7.5 1,265 10/2/2017
1.7.4 3,240 9/11/2017
1.7.3 1,357 8/24/2017
1.7.2 1,276 8/7/2017
1.7.1 2,138 6/2/2017
1.7.0 1,286 6/1/2017
1.6.4 45,912 2/6/2017
1.6.3 1,496 1/31/2017
1.6.1 1,551 1/30/2017
1.6.0 1,318 1/26/2017
1.5.5 1,611 1/2/2017
1.5.3 1,568 12/19/2016
1.5.1 1,355 12/2/2016
1.5.0 1,354 11/11/2016
1.4.4 1,945 11/3/2016
1.4.3 1,491 8/21/2016
1.4.2 2,208 7/15/2016

2.0.3 (2022-03-08)

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