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

Be with ESM and Vite 5+ #462

Closed hmsk closed 3 weeks ago

Stanzilla commented 8 months ago

@hmsk looking forward to this! is there a npm publish that we can test?

hmsk commented 8 months ago

@Stanzilla Thanks for your interest! This has been out as 3.0.0-x https://github.com/hmsk/vite-plugin-markdown/releases/tag/v3.0.0-1 I'm glad to hear how your test goes :)

Beraliv commented 1 month ago

@hmsk I'm testing it on my website - https://github.com/Beraliv/beraliv.dev/pull/667 and it works perfectly! Do you need any help with it?

hmsk commented 3 weeks ago

@Beraliv Thanks for reporting. Your comment was the most helpful one to let me move forward.