You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@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)