# @astrojs/markdown-remark ## 0.4.0 ### Minor Changes - e6aaeff5: Initial release. ### Patch Changes - Updated dependencies [e6aaeff5] - @astrojs/prism@0.3.0 ## 0.4.0-next.2 ### Patch Changes - 00d2b625: Move gray-matter to deps ## 0.4.0-next.1 ### Patch Changes - 7eaabbb0: Fix bug where code blocks would not be escaped properly ## 0.4.0-next.0 ### Minor Changes - d84bfe71: Adds prism support within the Markdown plugin. ### Patch Changes - Updated dependencies [d84bfe71] - @astrojs/prism@0.3.0-next.0 ## 0.3.1 ### Patch Changes - b03f8771: Fix parsing of an empty `
` tag in markdown files, which expected the pre tag to have a child - b03f8771: Fix the importing of `unified` `Plugin` and `UnifiedPlugin` types ## 0.3.0 ### Minor Changes - 397d8f3d: Upgrade `@astrojs/markdown-support` dependencies. The `remark-rehype@9` upgrade enables accessible footnotes with `remark-footnotes`. ## 0.2.4 ### Patch Changes - a421329f: Fix the left-brace issue ## 0.2.3 ### Patch Changes - 460e625: Move remaining missing dependencies ## 0.2.2 ### Patch Changes - 7015356: Move rehype-raw to a dependency ## 0.2.1 ### Patch Changes - 70f0a09: Added remark-slug to default plugins ## 0.2.0 ### Minor Changes - d396943: Add support for [`remark`](https://github.com/remarkjs/remark#readme) and [`rehype`](https://github.com/rehypejs/rehype#readme) plugins for both `.md` pages and `.astro` pages using the [`