showdownjs 1.6.3

There is a newer version of this package available.
See the version list below for details.
dotnet add package showdownjs --version 1.6.3
NuGet\Install-Package showdownjs -Version 1.6.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="1.6.3" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add showdownjs --version 1.6.3
#r "nuget: showdownjs, 1.6.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.
// Install showdownjs as a Cake Addin
#addin nuget:?package=showdownjs&version=1.6.3

// Install showdownjs as a Cake Tool
#tool nuget:?package=showdownjs&version=1.6.3

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 7,081 3/10/2022
2.0.0 495 2/24/2022
1.9.1 7,122 11/12/2019
1.9.0 6,953 11/19/2018
1.8.7 894 11/19/2018
1.8.6 23,101 1/12/2018
1.8.5 1,196 12/11/2017
1.8.4 973 12/6/2017
1.8.3 18,009 11/28/2017
1.8.2 1,137 11/11/2017
1.8.0 1,034 10/25/2017
1.7.6 1,175 10/9/2017
1.7.5 1,043 10/2/2017
1.7.4 2,969 9/11/2017
1.7.3 1,128 8/24/2017
1.7.2 1,060 8/7/2017
1.7.1 1,902 6/2/2017
1.7.0 1,055 6/1/2017
1.6.4 43,599 2/6/2017
1.6.3 1,261 1/31/2017
1.6.1 1,218 1/30/2017
1.6.0 1,107 1/26/2017
1.5.5 1,278 1/2/2017
1.5.3 1,230 12/19/2016
1.5.1 1,132 12/2/2016
1.5.0 1,117 11/11/2016
1.4.4 1,603 11/3/2016
1.4.3 1,248 8/21/2016
1.4.2 1,715 7/15/2016

1.6.3 (2017-01-30)

Bug Fixes

-codeSpans: add - and = to escaped chars inside code spans (4243a31)
-italicsAndBold: fix inconsistency in italicsAndBold parsing (a4f05d4), closes #332
-literalMidWordUnderscores: fix inconsistent behavior of emphasis and strong with literalMidWordUndescores (0292ae0), closes #333
-paragraphs: fix empty lines generating empty paragraphs (54bf744), closes #334
strikethrough: fix striketrough being wrongly parsed inside codeSpans (169cbe8)

Features

-events: add events to all subparsers (7d63a3e)

1.6.2 (2017-01-29)

Bug Fixes

-escapeSpecialCharsWithinTagAttributes: add ~ and = to escaped chars (bfcc0e4)
-strikethrough: allow escapinging tilde char (24d47d7), closes #331

Features

-ghMentionsLink: add ability to define the generated url in @mentions (a4c24c9)