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
67

3.0.1

Diff

Changelog

Source

[3.0.1] - 2015-01-07

Changed

  • Added # to terminator chars.

Fixed

  • Improved link encoder - fix invalid surrogates to avoid errors.
vitaly
published 3.0.0 •

Changelog

Source

[3.0.0] - 2015-01-04

Changed

  • Big split. All "rare" rules moved to external plugins (deflist, abbr, footnote, sub, sup, ins, mark).
  • Updated CM spec conformance to v0.15 (better unicode support).
  • Added md (parser instance) link to all state objects (instead of former options/parser).
  • References/Footnotes/Abbrs moved to block chain.
  • Input normalization moved to core chain.
  • Splitted links and images to separate rules.
  • Renamed some rules.
  • Removed full preset. Not needed anymore.
  • enable/disable methods now throw by default on invalid rules (exceptions can be disabled).
  • Replace NULL characters with 0xFFFD instead of strip.
  • Removed custom fences sugar (overcomplication).
  • Rewritten link components parse helpers.
  • More functions in md.utils.

Fixed

  • Fixed inline html comments & cdata parse.
vitaly
published 2.2.1 •

Changelog

Source

[2.2.1] - 2014-12-29

Added

  • Added development info.

Changed

  • .use() now pass any number of params to plugins.

Fixed

  • Fixed line breaks in definitions lists.
vitaly
published 2.2.0 •

Changelog

Source

[2.2.0] - 2014-12-28

Added

  • API docs.
  • Added 'zero' preset.

Changed

  • Updated CM spec conformance to v0.13.

Fixed

  • Fixed several crashes, when some basic rules are disabled (block termination check, references check).
vitaly
published 2.1.3 •

Changelog

Source

[2.1.3] - 2014-12-24

Added

  • Added curring to set/configure/enable/disable methods.

Changed

  • Demo rework - now can include plugins.
  • Docs update.
vitaly
published 2.1.2 •

Changelog

Source

[2.1.2] - 2014-12-23

Changed

  • Exposed helpers into parser instances (for plugins).
  • Removed utils from global export - been in instances seems enougth.
  • Refactored demo & added markdown-it-emoji to it.
vitaly
published 2.1.1 •

Changelog

Source

[2.1.1] - 2014-12-22

Changed

  • Refreshed browser builds, missed in prev release.
  • Minor changes.
vitaly
published 2.1.0 •

Changelog

Source

[2.1.0] - 2014-12-21

Changed

  • Separated method to enable rules by whitelist (enableOnly).
  • Changed second param of enable/disable ruler methods.
  • Shortcuts in main class for bulk enable/disable rules.
  • ASCII-friendly browserified files.
  • Separate package for spec tests.
vitaly
published 2.0.0 •

Changelog

Source

[2.0.0] - 2014-12-20

Changed

  • New project name & home! Now it's markdown-it,
  • Sugar for constructor call - new is not mandatory now.
  • Renamed presets folder (configs -> presets).
1
67
SocketSocket SOC 2 Logo

Product

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc