yarn marked 0.6.0

latest releases: 12.0.2, 12.0.1, 12.0.0...
5 years ago

Breaking Changes

  • Drop support for Node v0.10 and old browsers such as Internet Explorer
    • You should not have any problems if using Node 4+ or a modern browser
  • Add parameter slugger to Renderer.prototype.heading method #1401
    • You should not have any problems if you do not override this method

New Features

  • Add new export marked.Slugger #1401

Fixes

  • Fix emphasis followed by a punctuation #1383
  • Fix bold around autolink email address #1385
  • Make autolinks case insensitive #1384
  • Make code fences compliant with Commonmark spec #1387
  • Make blockquote paragraph continuation compliant with Commonmark spec #1394
  • Make ordered list marker length compliant with Commonmark spec #1391
  • Make empty list items compliant with Commonmark spec #1395
  • Make tag escaping compliant with Commonmark spec #1397
  • Make strong/bold compliant with Commonmark spec #1400
  • Fix handling of adjacent lists #684
  • Add better error handling when token type cannot be found #1005
  • Fix duplicate heading id and non-latin characters #1401

CLI

  • Pretty print ENOENT errors on cli #1396
  • Update repo url in man #1403

Docs

Tests

  • Remove old test covered by gfm/cm #1389

Don't miss a new marked release

NewReleases is sending notifications on new releases.