You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for spotting this and pointing it out @kristijan97 ! We did update our docs content on the Markdown/MDX page when this was discovered before ( https://docs.astro.build/en/guides/markdown-content/#markdown-plugins ), but it looks like we did not also update the code example on the configuration reference page!
📝 Issue Description
Hey guys,
I would like to report a problem with documentation.
It is about markdown.rehypePlugins settings.
import rehypeMinifyHtml from 'rehype-minify';
This line is not valid anymore since there is no npm package called
rehype-minify
📋 On which page(s) it occurs
https://docs.astro.build/en/reference/configuration-reference/#markdownrehypeplugins
🤔 Expected Behavior
The documentation should provide a working PoC code/configuration.
👀 Current Behavior
The configuration of documentation doesn't work since there is no package called
rehype-minify
🖥️ Browser
Chrome X
📄 Additional Information
No response
The text was updated successfully, but these errors were encountered: