What gets stripped
- Import and export lines (the ESM statements at the top or middle of the file) are removed.
- JSX component tags such as
<Callout>or<Tabs>are taken out, and the text inside them is kept. - Brace expressions like
{frontmatter.title}and{/* comments */}are dropped. - Front matter (the
---block at the top) is kept as a labeled block so you do not lose it.