Nene
Nene
Explore posts from servers
NNuxt
Created by Nene on 4/9/2024 in #❓・help
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>
<template>
<div>
<!-- Place markdown content here -->
</div>
<div>
<!-- Place a portion of the markdown content here -->
</div>
</template>
2 replies