How can I convert markdown to HTML within Astro? If you import an MD file within Astro, the content will automatically be converted to HTML in the background.
But I use Strapi as my CMS system. I fetch my posts with the fetch() method, and that works fine. However, the content is in markdown format, and I want to convert it to HTML.
Thank you :)