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
68

4.0.2

Diff

Changelog

Source

[4.0.2] - 2015-03-22

Fixed

  • Fixed emphasis marker fields in tokens (#69).
  • Fixed html block tokens with numbers in name (#74).
vitaly
published 4.0.1 •

Changelog

Source

[4.0.1] - 2015-03-13

Added

  • Added custom container plugin demo.

Changed

  • Updated linkify-it version.
vitaly
published 4.0.0 •

Changelog

Source

[4.0.0] - 2015-03-11

Changed

  • Breaking internal API changes. See v4 migration notes. In usual case you will need to update plugins.
  • Token internals changed
  • Unified the most of renderer methods.
  • Changed tokens creation - use state.push(...) (see sources)
  • Moved normalizeUrl() to root class as .normalizeLink() & added normalizeLinkText() method.
  • Moved .validateUrl() to root class and simplified logic - no more need to replace entities.
  • Joined md unescape & replace entities logic to utils.unescapeAll().
  • Removed replaceEntities() in utils.
  • md.utils.lib now exposes useful libs for plugins.
  • Use entities data from external package.

Fixed

  • Fixed emphasis regression, caused by CM v0.18 spec (#65).
vitaly
published 3.1.0 •

Changelog

Source

[3.1.0] - 2015-03-05

Changed

  • Spec conformance update to 0.18.
  • Significantly improved autolinking quality (use linkify-it package), #2.

Fixed

  • Rewritten links normalizer to solve different edge cases (use mdurl package), #29.
  • Moved link title entities replace out of renderer.
  • Fixed escaped entities in links (foo\&/bar).
  • Improved smartquotes logic, #61.
vitaly
published 3.0.7 •

Changelog

Source

[3.0.7] - 2015-02-22

Added

  • Added basic CLI support.

Changed

  • Use external package for unicode data (punctuation).

Fixed

  • Added \v \f to valid whitespaces.
  • Match table columns count by header.
vitaly
published 3.0.6 •

Changelog

Source

[3.0.6] - 2015-02-12

Added

  • Sync scroll result => source in demo.

Changed

  • Moved normalizeReference() to utils.

Fixed

  • Fixed hang on long vertical list of links. Appeared in 3.0.5. See #54 for details. Thanks to @fengmk2 for report!
  • Table lines now can have escaped pipe char \| (#5).
vitaly
published 3.0.5 •

Changelog

Source

[3.0.5] - 2015-02-06

Changed

  • Significantly improved tests coverage (with dead code removal and other related things).

Fixed

  • Fixed link validator - could skip some kind of javascript links with uppercase digital entities (thanks to @opennota)
vitaly
published 3.0.4 •

Changelog

Source

[3.0.4] - 2015-01-13

Changed

  • Improved errors processing in url normalizer (for broken sequences).
  • Improved nesting limit processing in inline parser.
  • Reorganized tests & improved coverage.
  • Show inline diffs for failed tests.
vitaly
published 3.0.3 •

Changelog

Source

[3.0.3] - 2015-01-11

Fixed

  • Fixed punctuation check in emphasis.
vitaly
published 3.0.2 •

Changelog

Source

[3.0.2] - 2015-01-09

Fixed

  • Allow dashes in HTML tag names (needed for custom HTML tags).
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