In case someone needs a drop-in solution for the HTML generation, I just wrote nuxt-content-body-html. It adds a doc.bodyHtml field to all @nuxt/content documents containing the HTML code. Also, it uses the native markdown pipeline from @nuxt/content. Just add it before @nuxt/content in your module config like so:
In case someone needs a drop-in solution for the HTML generation, I just wrote nuxt-content-body-html. It adds a
doc.bodyHtmlfield to all@nuxt/contentdocuments containing the HTML code. Also, it uses the native markdown pipeline from@nuxt/content. Just add it before@nuxt/contentin your module config like so:See the README for details.