Markdown-it - high speed, pluggable parser for JS, with CommonMark support

Let’s return to development, as was naively expected in the first post :smile:

markdown-it 2.2.0 released. Quick summary from 2.x:

  • Commonmark spec conformance updated to v.0.13. Now all tests pass.
  • Added API docs and more examples.
  • API simplification:
    • no new required
    • curring on configuration methods
    • helpers for bulk enable/disable rules
    • new “zero” preset for “opt-in” configuring
  • Plugins interfaces polish (checked on markdown-it-emoji).
  • Different fixes.
  • Demo reworked, now can be built with plugins (current one already include emojies).

Plan for 3.0 is to polish plugin system, split several rules to plugins and apply some postponed breaking changes.

2 Likes