-
Hi There is something wrong with importing markdown files inside other markdown files. I have this file: <script setup>
import HomeSponsors from './components/HomeSponsors.vue'
</script>
<HomeSponsors /> And in this file <!--@include: @index.md--> And I'm getting this error:
What should I do to get this working? |
Beta Was this translation helpful? Give feedback.
Answered by
babakfp
Dec 8, 2023
Replies: 1 comment
-
This solves my issue: #3125 (comment) |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
babakfp
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This solves my issue: #3125 (comment)