antfu / vite-plugin-md

Markdown with Vue for Vite
MIT License
605 stars 89 forks source link

docs:add usage notes #95

Closed ProsperBao closed 2 years ago

ProsperBao commented 2 years ago

Description should be added

90 Failed to use Vue component in markdown

yankeeinlondon commented 2 years ago

@FuBaooo note that I will be merging this PR in soon but I have pushed code to main which allows <PascalCase> component to be used ... they're just converted to <pascal-case> before being processed by the DOM API. There's likely a very small performance hit at build time when you opt to do this but it is probably too small to notice.