Skip to content

Is it possible to override the behavior of a Markdown Component that is automatically created (when using the same name)? #1390

Answered by nobkd
nobkd asked this question in Q&A
Discussion options

You must be logged in to vote

I just found the tags section in the nuxt.config.ts, which makes it easier: https://content.nuxtjs.org/api/configuration#tags

export default defineNuxtConfig({
    //...
    content: {
        //...
        markdown: {
            //...
            tags: {
                summary: 'MySummary',
            },
        },
    },
    //...
})

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by nobkd
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant