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

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

6.0.4

Diff

Changelog

Source

[6.0.4] - 2016-05-30

Added

  • Added Token.attrGet() method for convenience, #251.
vitaly
published 6.0.3 •

Changelog

Source

[6.0.3] - 2016-05-30

Security

  • Security fix: possible ReDOS in linkify-it (forced bump of linkify-it & uc-micro dependencies). New installs will use fixed packages automatically, but we bumped markdown-it version for sure & for web builds.
vitaly
published 6.0.2 •

Changelog

Source

[6.0.2] - 2016-05-16

Fixed

  • Fix: should not escape twice content of image alt attribute, #246.
vitaly
published 6.0.1 •

Changelog

Source

[6.0.1] - 2016-04-02

Fixed

  • Improve support of missing values in tables, #224.
vitaly
published 6.0.0 •

Changelog

Source

[6.0.0] - 2016-02-11

Changed

  • Maintenance release. Version bump caused by notable changes in CM spec (multiline setext headers, no spaces inside links, ...). API was not changed.
  • Fit CM 0.24 spec requirements.

Fixed

  • Fixed nesting limit check in inline blocks, #197.
  • Fixed posible tail loss in CLI ouput.
vitaly
published 5.1.0 •

Changelog

Source

[5.1.0] - 2016-01-07

Added

  • Token: added .attrSet() & .attrJoin() methods.
  • Highlighter: allow wrapper override (if result starts with "<pre").
vitaly
published 5.0.3 •

Changelog

Source

[5.0.3] - 2016-01-04

Fixed

  • Allow single column and mismatched columns count in tables.
  • Smartquotes: take into account adjacent tokens.
  • Fill content property in image token with alt source.
vitaly
published 5.0.2 •

Changelog

Source

[5.0.2] - 2015-11-20

Fixed

  • Fix meta information (token.markup and token.info) for autolink tokens.
vitaly
published 5.0.1 •

Changelog

Source

[5.0.1] - 2015-10-30

Fixed

  • Improved tables compatibility with github, #120.
vitaly
published 5.0.0 •

Changelog

Source

[5.0.0] - 2015-10-05

Changed

  • Internal API change. Due to new CM spec requirements, we had to update internals. That should not touch ordinary users, but can affect some external plugins. If you are plugin developper - see migration guide: https://github.com/markdown-it/markdown-it/blob/master/docs/5.0_migration.md.
  • Updated CM spec compatibility to 0.22 (see list below).
  • Keep tabs (don't replace with spaces).
  • Don't wrap iframes with paragraphs.
  • Rewritten emphasis algorithm.

Fixed

  • Fix closure compiler collisions (don't use reserved words), #159.
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