marked v1.0.0 Release Notes

Release Date: 2020-04-21 // about 4 years ago
  • ๐Ÿ’ฅ 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