Astro Guideline: Markdown — Configure markdown plugins. Description: Extend markdown capabilities. Do: remarkPlugins rehypePlugins in config. Don't: Manual HTML for features. Good Example: remarkPlugins: [remarkToc]. Bad Example: Manual TOC in every post. Severity: Low. Docs: .