Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

showdown

Package Overview
Dependencies
Maintainers
3
Versions
62
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

showdown - npm Package Versions

23
7

2.1.0

Diff

Changelog

Source

2.1.0 (2022-04-21)

  • refactor(cli)!: Remove support for "extra options" and add -c flag, closes #916

Bug Fixes

  • cli: cli displays the correct version number (8b48882)

BREAKING CHANGES

  • the CLI no longer accepts "extra options". Instead you should pass the -c flag. To update:

before:

showdown makehtml -i foo.md -o bar.html --strikethrough --emoji

after:

showdown makehtml -i foo.md -o bar.html -c strikethrough -c emoji

<a name="2.0.0"></a>

Breaking Changes

  • Supported Node Versions were set to match the node release schedule which at the time of writing includes Node 12.x, 14.x, 16.x and 17.x
  • The yargs dependecy was updated to ^17.2.1 to mitigate a security issue.
  • The Showdown Licesnse has been changed from BSD-3-Clause to MIT

Bug Fixes

Features

  • Added ellipsis option to configure if the ellipsis unicode character is used or not. ( Thanks @VladimirV99 )
  • Added a default security policy. Please report security issues to the issues tab on GitHub.

<a name="1.9.1"></a>

tivie
published 2.0.4 •

tivie
published 2.0.3 •

tivie
published 2.0.2 •

tivie
published 2.0.1 •

syntaxrules
published 2.0.0 •

Changelog

Source

2.1.0 (2022-04-21)

  • refactor(cli)!: Remove support for "extra options" and add -c flag, closes #916

Bug Fixes

  • cli: cli displays the correct version number (8b48882)

BREAKING CHANGES

  • the CLI no longer accepts "extra options". Instead you should pass the -c flag. To update:

before:

showdown makehtml -i foo.md -o bar.html --strikethrough --emoji

after:

showdown makehtml -i foo.md -o bar.html -c strikethrough -c emoji

<a name="2.0.0"></a>

Breaking Changes

  • Supported Node Versions were set to match the node release schedule which at the time of writing includes Node 12.x, 14.x, 16.x and 17.x
  • The yargs dependecy was updated to ^17.2.1 to mitigate a security issue.
  • The Showdown Licesnse has been changed from BSD-3-Clause to MIT

Bug Fixes

Features

  • Added ellipsis option to configure if the ellipsis unicode character is used or not. ( Thanks @VladimirV99 )
  • Added a default security policy. Please report security issues to the issues tab on GitHub.

<a name="1.9.1"></a>

syntaxrules
published 2.0.0-alpha •

tivie
published 1.9.1 •

Changelog

Source

1.9.1 (2019-11-02)

Bug Fixes

  • openLinksInNewWindow: add rel="noopener noreferrer" to links (1cd281f), closes #670

<a name="1.0.0"></a>

tivie
published 1.9.0 •

Changelog

Source

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

<a name="1.8.7"></a>

tivie
published 1.8.7 •

Changelog

Source

1.8.7 (2018-10-16)

Bug Fixes

  • emojis: fix emoji excessive size (4aca41c)

  • gfm-codeblocks: add support for spaces before language declaration (24bf7b1), closes #569 leading space no longer breaks gfm codeblocks (828c32f), closes #523

  • images: fix js error when using image references (980e702), closes #585

  • literalMidWordAsterisks: now parses single characters enclosed by * correctly (fe70e45), closes #478

  • mentions: allow for usernames with dot, underscore and dash (dfeb1e2), closes #574

  • nbsp: fix replacing of nbsp with regular spaces (8bc1f42)

<a name="1.8.6"></a>

23
7
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc