NuxtN
Nuxt2y ago
1 reply
Nene

Rendering Markdown Content

Hi, I want to know if it is possible to render portions of a markdown file to different locations of the same Vue file. Can it be done? I am using Nuxt Content.

<template>
    <div>
        <!-- Place markdown content here -->
    </div>
    <div>
        <!-- Place a portion of the markdown content here -->
    </div>
</template>
Was this page helpful?