showdownjs 1.9.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package showdownjs --version 1.9.0
                    
NuGet\Install-Package showdownjs -Version 1.9.0
                    
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="1.9.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="showdownjs" Version="1.9.0" />
                    
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 1.9.0
                    
#r "nuget: showdownjs, 1.9.0"
                    
#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@1.9.0
                    
#: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=1.9.0
                    
Install as a Cake Addin
#tool nuget:?package=showdownjs&version=1.9.0
                    
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 29,859 3/10/2022
2.0.0 731 2/24/2022
1.9.1 8,837 11/12/2019
1.9.0 7,578 11/19/2018
1.8.7 1,219 11/19/2018
1.8.6 28,657 1/12/2018
1.8.5 1,939 12/11/2017
1.8.4 1,481 12/6/2017
1.8.3 20,290 11/28/2017
1.8.2 1,661 11/11/2017
1.8.0 1,579 10/25/2017
1.7.6 1,944 10/9/2017
1.7.5 1,554 10/2/2017
1.7.4 3,548 9/11/2017
1.7.3 1,665 8/24/2017
1.7.2 1,585 8/7/2017
1.7.1 2,431 6/2/2017
1.7.0 1,576 6/1/2017
1.6.4 46,277 2/6/2017
1.6.3 1,813 1/31/2017
1.6.1 1,974 1/30/2017
1.6.0 1,613 1/26/2017
1.5.5 2,036 1/2/2017
1.5.3 1,994 12/19/2016
1.5.1 1,648 12/2/2016
1.5.0 1,670 11/11/2016
1.4.4 2,398 11/3/2016
1.4.3 1,806 8/21/2016
1.4.2 2,776 7/15/2016

1.9.0 (2018-11-10)



Version 1.9.0 introduces a new feature, the Markdown to HTML converter. This feature is still experimental and is a partial backport of the new Reverse Converter planned for version 2.0.

Bug Fixes

- italicsAndBold: fix issue with consecutive spans (#608) (5c0d67e), closes #544
- underline: fix issue with consecutive spans (81edc70)

Features

- converter.makeMarkdown: [EXPERIMENTAL] add an HTML to MD converter (e4b0e69), closes #388 #233