markdown-it v5.0.0 Release Notes

Release Date: 2015-10-05 // over 8 years ago
  • 🔄 Changed

    • ⚡️ Internal API change. Due to new CM spec requirements, we had to update internals. That should not touch ordinary users, but can affect some external plugins. If you are plugin developper - see migration guide: https://github.com/markdown-it/markdown-it/blob/master/docs/5.0_migration.md.
    • ⚡️ Updated CM spec compatibility to 0.22 (see list below).
    • Keep tabs (don't replace with spaces).
    • Don't wrap iframes with paragraphs.
    • Rewritten emphasis algorithm.

    🛠 Fixed

    • 🛠 Fix closure compiler collisions (don't use reserved words), #159.