Releases
v0.6.0
styfle
released this
01 Jan 00:49
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
You can’t perform that action at this time.