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 25,489 3/10/2022
2.0.0 626 2/24/2022
1.9.1 8,678 11/12/2019
1.9.0 7,417 11/19/2018
1.8.7 1,090 11/19/2018
1.8.6 28,349 1/12/2018
1.8.5 1,649 12/11/2017
1.8.4 1,275 12/6/2017
1.8.3 20,068 11/28/2017
1.8.2 1,455 11/11/2017
1.8.0 1,361 10/25/2017
1.7.6 1,636 10/9/2017
1.7.5 1,353 10/2/2017
1.7.4 3,332 9/11/2017
1.7.3 1,448 8/24/2017
1.7.2 1,365 8/7/2017
1.7.1 2,227 6/2/2017
1.7.0 1,374 6/1/2017
1.6.4 46,023 2/6/2017
1.6.3 1,587 1/31/2017
1.6.1 1,685 1/30/2017
1.6.0 1,409 1/26/2017
1.5.5 1,744 1/2/2017
1.5.3 1,701 12/19/2016
1.5.1 1,444 12/2/2016
1.5.0 1,446 11/11/2016
1.4.4 2,080 11/3/2016
1.4.3 1,584 8/21/2016
1.4.2 2,386 7/15/2016

2.0.3 (2022-03-08)

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