slipshow
slipshow copied to clipboard
Warn on unknown attributes
For example:
> {pause exec-at-pause}
> ```slip-script
> ...
> ```
This will not work, because exec-at-unpause got typo'ed as exec-at-pause.
Of course, some attributes might still be used by user code. I'd suggest adopting the data-* namespace for this usecase.