Replies: 1 comment 1 reply
-
If you just want to render the You can do this by using it as tag or with MDC syntax. <!-- /about.md -->
:content-doc{path="/include"}
or
<ContentDoc path="/include" /> Please be aware, that circular dependencies can break your page. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am developing a blog site and all content is in markdown format. For the same I am using the following structure.
The slug.vue is as follows:
The md files are as follows:
In the About Page I would like to include another md file say "include.md"
Is this possible in Nuxt3? thanks
Beta Was this translation helpful? Give feedback.
All reactions