Socket
Socket
Sign inDemoInstall

markdown-it

Package Overview
Dependencies
Maintainers
1
Versions
79
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

markdown-it - npm Package Versions

1
8

8.2.1

Diff

Changelog

Source

[8.2.1] - 2016-12-02

Fixed

  • Add missed h2..h6 to whitelisted block tags.
vitaly
published 8.2.0 •

Changelog

Source

[8.2.0] - 2016-12-01

Changed

  • Updated CM spec compatibility to 0.27 (no significant changes).

Fixed

  • Fix backticks handle inside tables, #303.
  • Fix edge case for fenced blocks with ~~~ in info, #301.
  • Fix fallback to reference if link is not valid, #302.
vitaly
published 8.1.0 •

Changelog

Source

[8.1.0] - 2016-11-03

Changed

  • Make link parse helpers (md.helpers) pluggable, #299.
vitaly
published 8.0.1 •

Changelog

Source

[8.0.1] - 2016-10-18

Fixed

  • Tables: allow tab characters in markup
vitaly
published 8.0.0 •

Changelog

Source

[8.0.0] - 2016-09-16

Changed

  • Benchmarks src cleanup.
  • Remove testing in old nodes (but still use es5).
  • Updated CM spec compatibility to 0.26 (see list below):
  • Two consecutive newlines no longer terminate a list.
  • Ordered list terminating a paragraph can now only start with 1.
  • Adjust emphasis algorithm (*foo**bar**baz* is now parsed as <strong> inside <em>).
  • Fix tab width calculation inside lists and blockquotes.
vitaly
published 7.0.1 •

Changelog

Source

[7.0.1] - 2016-08-16

Fixed

  • Fence renderer: fix concat of class array, #276.
  • Code renderer: do not render double space before attrs, #275.
  • Replacer: disable replacements inside autolinks, #272.
vitaly
published 7.0.0 •

Changelog

Source

[7.0.0] - 2016-06-22

Changed

  • Bump linkify-it dependency to 2.0.0. --- no longer terminates autodetected links by default. md.linkifier.set('---', true) will return old behaviour.
  • Major version bumped, because internals or linkify-it was changed. You will not be affected anyhow, if not used direct access to require('linkify-it/re') for customizations.
vitaly
published 6.1.1 •

Changelog

Source

[6.1.1] - 2016-06-21

Changed

  • Render code_inline & code_block attributes if exist.
vitaly
published 6.1.0 •

Changelog

Source

[6.1.0] - 2016-06-19

Changed

  • Updated fence renderer to not mutate token. Token stream should be immutable after renderer call.
vitaly
published 6.0.5 •

Changelog

Source

[6.0.5] - 2016-06-01

Fixed

  • Process \r the same way as \n and \r\n\, #252.
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