hmsk / vite-plugin-markdown

A vite plugin to import a Markdown file in various formats like Front Matter, HTML, ToC, and React/Vue Component
https://www.npmjs.com/package/vite-plugin-markdown
MIT License
263 stars 44 forks source link

suggestion - new Mode #518

Open zanzara opened 1 week ago

zanzara commented 1 week ago

This is not an issue but an suggestion to add a new Mode: MODE.Stream The background for that is (i.e.) that I have pretty much markdown files on the server , which are replied by the backend regarding to a certain version only. That means that an api.get() does receive only the raw markdown. There exists a MODE.raw but as input it's only possible to import md files.

Appreciating any ideas/comments . tia