Skip to content

markdown: v1.0.0

Choose a tag to compare

@github-actions github-actions released this 11 Jun 14:09
a0f3f37

1.0.0 (2026-06-11)

⚠ BREAKING CHANGES

  • @click and @steps are no longer built-in directives. They still parse correctly; consumers should register them via remarkBfm({ directives: { click: { kind: 'container' }, steps: { kind: 'container' } } }).

Features

  • open generic directive tokenizer to any spec-valid name (b2fafda)

Documentation

  • document custom directive registration API (f36d04c)