Load external data in markdown format #3049
-
For our release notes feature in our product doc, I want to maintain content externally and import that using a data loader. However, in our product change descriptions, we also want to have markdown, so its nested. Currently I pull in this data using a Vue template and v-html, but I need a markdown component with in vitepress to arbitrarily pull in markdown content. Is this possible and I have overlooked something? |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 4 replies
-
Beta Was this translation helpful? Give feedback.
-
The answer isn't going to really help me here, since what I want to do is essentially render one document with content entries, where each entry has markdown in it. |
Beta Was this translation helpful? Give feedback.
-
Sorry, let me start over, and thanks for bearing with me. What I want to do is render markdown data within a table, driven by external data. So in my template, I will have something like this:
Where in my
What might be nice is something like this:
And then:
|
Beta Was this translation helpful? Give feedback.
#2921 (comment) this?