How are Remark/Rehype options exposed #3190
Unanswered
robert-moore
asked this question in
Q&A
Replies: 1 comment
-
Hi @robert-moore, I recently found a similar case, I wanted to open every tag to a new page for that I tried these content: {
build: {
markdown: {
rehypePlugins: {
'rehype-external-links': {
options: { target: '_blank', rel: ['noopener'] },
},
},
},
},
}, Hope it helps |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I would like to change the default "Footnotes" label to "Notes". I'm not sure how this is exposed in
nuxt.config
. It's not clear which extensions are being used and how to access their configuration API. I have tried options like this with no luckBeta Was this translation helpful? Give feedback.
All reactions