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
When trying to use this as a proper es6 module, IE import markdown_it_html5_media from "markdown-it-html5-media";, I get the following error:
/home/xxx/git/lemmy-ui/node_modules/markdown-it/lib/index.js:497
plugin.apply(plugin, args);
^
TypeError: plugin.apply is not a function
at MarkdownIt.use (/home/xxx/git/lemmy-ui/node_modules/markdown-it/lib/index.js:497:10)
The text was updated successfully, but these errors were encountered:
dessalines
changed the title
plugin.apply if not a function
plugin.apply is not a function
Sep 18, 2021
When trying to use this as a proper es6 module, IE
import markdown_it_html5_media from "markdown-it-html5-media";
, I get the following error:The text was updated successfully, but these errors were encountered: