showdownjs 1.7.0

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

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

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,188 3/10/2022
2.0.0 495 2/24/2022
1.9.1 7,124 11/12/2019
1.9.0 6,957 11/19/2018
1.8.7 896 11/19/2018
1.8.6 23,318 1/12/2018
1.8.5 1,198 12/11/2017
1.8.4 975 12/6/2017
1.8.3 18,160 11/28/2017
1.8.2 1,139 11/11/2017
1.8.0 1,036 10/25/2017
1.7.6 1,177 10/9/2017
1.7.5 1,045 10/2/2017
1.7.4 2,971 9/11/2017
1.7.3 1,130 8/24/2017
1.7.2 1,062 8/7/2017
1.7.1 1,904 6/2/2017
1.7.0 1,057 6/1/2017
1.6.4 43,939 2/6/2017
1.6.3 1,263 1/31/2017
1.6.1 1,220 1/30/2017
1.6.0 1,108 1/26/2017
1.5.5 1,280 1/2/2017
1.5.3 1,232 12/19/2016
1.5.1 1,134 12/2/2016
1.5.0 1,119 11/11/2016
1.4.4 1,605 11/3/2016
1.4.3 1,248 8/21/2016
1.4.2 1,715 7/15/2016

1.7.0 (2017-06-01)

Bug Fixes

- anchors: fix issue with brackets in link URL (7ba18dd), closes #390
- excludeTrailingPunctuationFromURL: add comma to punctuation list (fa35fd5), closes #354
- excludeTrailingPunctuationFromURLs: fix weird character when this option with simplifiedAutoLinks (71acff5), closes #378
- HTML parsing: fix HTML parsing issues with nested tags (6fbc072), closes #357 #387
- openLinksInNewWindow: encode _ to prevent clash with em (813f832), closes #379
- package: update yargs to version 7.0.1 (#349) (9308d7b)
- package: update yargs to version 8.0.1 (#385) (5fd847b)
- simpleAutoLinks: URLs with emphasis/strikethrough are parsed (5c50675), closes #347
- tables: pipe char can now be escaped (1ebc195), closes #345
- url parsing: fix url edge case parsing in images and links (30aa18c)

Features

- customizeHeaderId: add option for customizing header ids (94c570a), closes #383
- images: add support for image's implicit reference syntax (0c6c07b), closes #366
- literalMidWordAsterisks: add option for mid word asterisks (5bec8f9)
- openLinksInNewWindow: add option to open all links in a new window (50235d6), closes #362 #337 #249 #247 #222