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

13
8

12.0.6

Diff

Changelog

Source

[12.0.6] - 2021-04-16

Fixed

  • Newline in alt should be rendered, #775.
vitaly
published 12.0.5 •

Changelog

Source

[12.0.5] - 2021-04-15

Fixed

  • HTML block tags with === inside are no longer incorrectly interpreted as headers, #772.
  • Fix table/list parsing ambiguity, #767.
vitaly
published 12.0.4 •

Changelog

Source

[12.0.4] - 2020-12-20

Fixed

  • Fix crash introduced in 12.0.3 when processing strikethrough (~~) and similar plugins, #742.
  • Avoid fenced token mutation, #745.
vitaly
published 12.0.3 •

Changelog

Source

[12.0.3] - 2020-12-07

Fixed

  • [](<foo<bar>) is no longer a valid link.
  • [](url (xxx()) is no longer a valid link.
  • [](url\ xxx) is no longer a valid link.
  • Fix performance issues when parsing links (#732, #734), backticks, (#733, #736), emphases (#735), and autolinks (#737).
  • Allow newline in <? ... ?> in an inline context.
  • Allow <meta> html tag to appear in an inline context.
vitaly
published 12.0.2 •

Changelog

Source

[12.0.2] - 2020-10-23

Fixed

  • Three pipes (|\n|\n|) are no longer rendered as a table with no columns, #724.
vitaly
published 12.0.1 •

Changelog

Source

[12.0.1] - 2020-10-19

Fixed

  • Fix tables inside lists indented with tabs, #721.
vitaly
published 12.0.0 •

Changelog

Source

[12.0.0] - 2020-10-14

Added

  • .gitattributes, force unix eol under windows, for development.

Changed

  • Added 3rd argument to highlight(code, lang, attrs), #626.
  • Rewrite tables according to latest GFM spec, #697.
  • Use rollup.js to browserify sources.
  • Drop bower.json (bower reached EOL).
  • Deps bump.
  • Tune specsplit.js options.
  • Drop Makefile in favour of npm scrips.

Fixed

  • Fix mappings for table rows (amended fix made in 11.0.1), #705.
  • %25 is no longer decoded in beautified urls, #720.
vitaly
published 11.0.1 •

Changelog

Source

[11.0.1] - 2020-09-14

Fixed

  • Fix blockquote lazy newlines, #696.
  • Fix missed mappings for table rows, #705.
vitaly
published 11.0.0 •

Changelog

Source

[11.0.0] - 2020-05-20

Changed

  • Bumped linkify-it to 3.0.0, #661 + allow unlimited . inside links.
  • Dev deps bump.
  • Switch to nyc for coverage reports.
  • Partially moved tasks from Makefile to npm scripts.
  • Automate web update on npm publish.

Fixed

  • Fix em- and en-dashes not being typographed when separated by 1 char, #624.
  • Allow opening quote after another punctuation char in typographer, #641.
  • Assorted wording & typo fixes.
vitaly
published 10.0.0 •

Changelog

Source

[10.0.0] - 2019-09-11

Security

  • Fix quadratic parse time for some combinations of pairs, #583. Algorithm is now similar to one in reference implementation.

Changed

  • Minor internal structs change, to make pairs parse more effective (cost is linear now). If you use external "pairs" extensions, you need sync those with "official ones". Without update, old code will work, but can cause invalid result in rare case. This is the only reason of major version bump. With high probability you don't need to change your code, only update version dependency.
  • Updated changelog format.
  • Deps bump.
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