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? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
@nuxt/content: v1.4.0, v1.6.0
export default { content: { markdown: { remarkPlugins: (plugins) => { const denyList = ['remark-autolink-headings'] return plugins.filter((plugin) => !denyList.includes(plugin)) }, }, }, }
remark-autolink-headings is not loaded
remark-autolink-headings
mergeConfig works as intended, but the default plugins get concated to the filtered list by nuxt-contrib/defu as documented.
mergeConfig
nuxt-contrib/defu
The text was updated successfully, but these errors were encountered:
@sambrezo A new v1.7.0 release has been published which now uses defu.arrayFn, this should fix your issue.
v1.7.0
defu.arrayFn
Feel free to reopen if it's still there after upgrading.
Sorry, something went wrong.
I believe header should not by default be anchor link!
Yea, or at least give us an easy option to disable it. Or at the very least, mention it in the documentation.
Successfully merging a pull request may close this issue.
Version
@nuxt/content: v1.4.0, v1.6.0
Steps to reproduce
What is Expected?
remark-autolink-headings
is not loadedWhat is actually happening?
mergeConfig
works as intended, but the default plugins get concated to the filtered list bynuxt-contrib/defu
as documented.The text was updated successfully, but these errors were encountered: