0
Fork 0
mirror of https://github.com/withastro/astro.git synced 2025-01-27 22:19:04 -05:00
astro/packages/integrations/mdx/test/fixtures
Bjorn Lu ddd8e49d1a
MDX integration v3 (#10935)
* fix(mdx): convert remark-images-to-component plugin to a rehype plugin (#10697)

* Remove fs read for MDX transform (#10866)

* Tag MDX component for faster checks when rendering (#10864)

* Use unified plugin only for MDX transform (#10869)

* Only traverse children and handle mdxJsxTextElement when optimizing (#10885)

* Rename to `optimize.ignoreComponentNames` in MDX (#10884)

* Allow remark/rehype plugins added after mdx to work (#10877)

* Improve MDX optimize with sibling nodes (#10887)

* Improve types in rehype-optimize-static.ts

* Rename `ignoreComponentNames` to `ignoreElementNames`

I think this better reflects what it's actually doing

* Simplify plain MDX nodes in optimize option (#10934)

* Format code

* Minimize diff changes

* Update .changeset/slimy-cobras-end.md

Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca>

---------

Co-authored-by: Armand Philippot <59021693+ArmandPhilippot@users.noreply.github.com>
Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca>
2024-05-08 10:25:27 +01:00
..
css-head-mdx [ci] format 2024-04-17 08:38:53 +00:00
image-remark-imgattr chore: import sorting for test folder and e2e folder (#10190) 2024-02-22 13:58:10 +00:00
invalid-mdx-component/src/pages
mdx-astro-markdown-remarkRehype/src/pages
mdx-component/src
mdx-escape/src
mdx-frontmatter/src
mdx-frontmatter-injection chore: import sorting for test folder and e2e folder (#10190) 2024-02-22 13:58:10 +00:00
mdx-get-headings/src/pages
mdx-get-static-paths/src
mdx-images [ci] format 2024-04-17 08:38:53 +00:00
mdx-infinite-loop
mdx-math/src/pages
mdx-namespace
mdx-optimize MDX integration v3 (#10935) 2024-05-08 10:25:27 +01:00
mdx-page
mdx-plugins/src/pages
mdx-plus-react
mdx-script-style-raw/src/pages
mdx-slots/src
mdx-syntax-hightlighting/src/pages
mdx-url-export/src/pages
mdx-vite-env-vars