markdown-it v3.0.0 Release Notes

Release Date: 2015-01-04 // over 9 years ago
  • ๐Ÿ”„ Changed

    • ๐Ÿšš Big split. All "rare" rules moved to external plugins (deflist, abbr, footnote, sub, sup, ins, mark).
    • โšก๏ธ Updated CM spec conformance to v0.15 (better unicode support).
    • โž• Added md (parser instance) link to all state objects (instead of former options/parser).
    • ๐Ÿšš References/Footnotes/Abbrs moved to block chain.
    • ๐Ÿšš Input normalization moved to core chain.
    • Splitted links and images to separate rules.
    • ๐Ÿ“‡ Renamed some rules.
    • โœ‚ Removed full preset. Not needed anymore.
    • 0๏ธโƒฃ enable/disable methods now throw by default on invalid rules (exceptions can be disabled).
    • Replace NULL characters with 0xFFFD instead of strip.
    • โœ‚ Removed custom fences sugar (overcomplication).
    • ๐Ÿ“œ Rewritten link components parse helpers.
    • More functions in md.utils.

    ๐Ÿ›  Fixed

    • ๐Ÿ›  Fixed inline html comments & cdata parse.