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>