This commit adds `rehype-slug` and `rehype-autolink-headings` to the MDX preview component.
- `rehype-slug` generates unique IDs for headings.
- `rehype-autolink-headings` adds anchor links to headings, improving navigation.
This enhances the usability of MDX previews by enabling users to easily link to specific sections within the content.