We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Here is delete options.use.
delete options.use
markdownit-module/src/runtime/plugin.js
Line 10 in d615e56
This code unintentionally changes the moduleLoader option. https://github.com/nuxt-community/markdownit-module/blob/d615e56dcc/src/module.ts#L22
Specifying runtime: false solves this problem, but $md.render will not be available
runtime: false
$md.render
minimal reproduction repository: https://github.com/odan-sandbox/nuxt-markdown-it-plugin-sandbox Related: #29
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Here is
delete options.use
.markdownit-module/src/runtime/plugin.js
Line 10 in d615e56
This code unintentionally changes the moduleLoader option.
https://github.com/nuxt-community/markdownit-module/blob/d615e56dcc/src/module.ts#L22
Specifying
runtime: false
solves this problem, but$md.render
will not be availableminimal reproduction repository: https://github.com/odan-sandbox/nuxt-markdown-it-plugin-sandbox
Related: #29
The text was updated successfully, but these errors were encountered: