nuxt-modules / mdc

MDC supercharges regular Markdown to write documents interacting deeply with any Vue component.
MIT License
185 stars 21 forks source link

composable to convert md to html #44

Open acidjazz opened 1 year ago

acidjazz commented 1 year ago

i am working on a proper rss/atom feed for my nuxt content projects and i'd love to make sure the HTML renders nicely.

maybe something like

const html = await markdownToHtml(article.body)
maximepvrt commented 1 year ago

😉 https://github.com/nuxt/content/issues/2019