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
{{ message }}
This repository was archived by the owner on Dec 1, 2023. It is now read-only.
markdownIt().use(plugin, ...) calls plugin.apply(). But since this plugin doesn't define an apply function, an error is raised. @types/markdown-it doesn't seem to define is it either.
Thanks for the plugin! :D
markdownIt().use(plugin, ...)
callsplugin.apply()
. But since this plugin doesn't define an apply function, an error is raised. @types/markdown-it doesn't seem to define is it either.https://github.com/markdown-it/markdown-it/blob/6e2de08a0b03d3d0dcc524b89710ce05f83a0283/lib/index.js#L495-L499
Reproducing:
https://glitch.com/edit/#!/festive-orange-event?path=server.js%3A1%3A0
or
Error text:
The text was updated successfully, but these errors were encountered: