#Is there a built-in way to remove the markdown tags from content?
2 messages · Page 1 of 1 (latest)
Hmm, I don't know enough to give you a confident answer yet. The extracts provided do not mention a built-in way in Astro to remove markdown tags from content or a method like rawContent(). However, Astro does provide ways to work with markdown content, including importing markdown from a .md file and using it in your Astro components.