Nuxt Content split Markdown file
When using Nuxt Content, is there a practical way to split an .md file into parts that can be used independently? I know the
something like
(non real code just to explain what I mean)
and going to
<!--more--> thing for excerpts, but is there a way to do it for an arbitrary number of named sectionssomething like
(non real code just to explain what I mean)
and going to
localhost/thing/part-1 would show 'something...'