Skip to content

Releases: markedjs/marked

v1.2.3

04 Nov 21:25
Compare
Choose a tag to compare

1.2.3 (2020-11-04)

Bug Fixes

v1.2.2

21 Oct 14:58
Compare
Choose a tag to compare

1.2.2 (2020-10-21)

Bug Fixes

v1.2.1

21 Oct 14:53
Compare
Choose a tag to compare

re-release of v 1.1.2 since semantic release picked up the wrong version

v1.1.2

21 Oct 14:40
Compare
Choose a tag to compare

1.1.2 (2020-10-21)

Bug Fixes

1.2.0

28 Sep 05:09
Compare
Choose a tag to compare

Features

  • Add dry run capabilities to default slugger #1728
  • Parse inline #1761

Fixes

  • Fix html comments #1739
  • Fix line break #1746
  • Fix indented tables to follow gfm spec #1748
  • Fix underscore adjacent to asterisk #1755

Dependencies

  • Regenerate lock file #1736

Documentation

  • Add api dingus for babelmark #1742
  • Update docs to use static build step and clean URLs via Vercel #1749

1.1.1

14 Jul 01:36
1ad8e69
Compare
Choose a tag to compare

Fixes

  • Fix image links with escaped brackets #1683
  • Fix async highlight not async #1685
  • Fix ordered lists that use ) delimiter #1704
  • Pass many more Em and Strong tests #1686 (Thanks @calculuschild)

Docs

  • Add favicon #1710
  • Decode hash #1712
  • Clarify level of support for Markdown flavors #1720
  • Fix quick ref #1729

Scripts

  • Add npm run rules #1726

1.1.0

16 May 21:44
8cfa29c
Compare
Choose a tag to compare

Features

  • Add walkTokens option #1664

Fixes

  • Fix renderer.code includes space at beginning of each line of code #1645
  • Fix codespan newline #1652
  • Fix comma after underscore emphasis #1660
  • Fix loose task list with no tokens #1674
  • Add browser field in package.json pointing to es5 output #1661
  • Add newline to rendered code with language #1670
  • Fix async highlighter walking all tokens #1664

Docs

  • Add tokenizer to option docs #1662

1.0.0

21 Apr 01:06
1787947
Compare
Choose a tag to compare

Breaking changes

  • Add inline tokens to marked.lexer output #1627
  • Treat escape token same way as plain text tokens #1642
  • Add Tokenizer to allow extending token creation #1637

Features

  • Add marked.use() method to extend options #1646

Fixes

  • Fix intra-word emphasis can match the wrong asterisks #1636
  • Fix italics modifier (_) breaks links containing underscores #1641
  • Fix closing delimited * incorrect for consecutive ocurrences #1644

Docs

  • Fix lexer data token in demo #1638

CI

  • Move to GitHub Actions #1635
  • Update devDependencies #1648

0.8.2

22 Mar 15:41
4af69d3
Compare
Choose a tag to compare

Fixes

  • Add html to TextRenderer for html in headings #1622
  • Remove html tags in heading ids #1622

Docs

  • Update comment about GitHub breaks #1620

0.8.1

18 Mar 21:42
b8c5541
Compare
Choose a tag to compare

Fixes

  • Fix marked --help #1588
  • Fix GFM Example 116 code fences #1600
  • Send inline html to renderer #1602 (fixes #1601)
  • Improve docs example for invoking highlight.js #1603
  • Fix block-level elements breaking tables #1598 (fixes #1467)
  • break nptables on block-level structures #1617