astro/packages/integrations/mdx/test/fixtures
Ben Holmes 2675b8633c
Frontmatter injection for MD and MDX (#4176)
* feat: inject vfile data as exports

* feat: add vfile to renderMarkdown output

* feat: add safe astroExports parser to utils

* refactor: expose vite-plugin-utils on astro package

* feat: handle astroExports in mdx

* deps: vfile

* chore: lockfile

* test: astroExports in mdx

* refactor: merge plugin exports into forntmatter

* refactor: astroExports -> astro.frontmatter

* refactor: md astroExports -> astro.frontmatter

* feat: astro.frontmatter vite-plugin-markdown

* chore: remove unused import

* fix: inline safelyGetAstroData in MDX integration

* chore: check that frontmatter export is valid export name

* chore: error log naming

* test: mdx remark frontmatter injection

* fix: inconsistent shiki mod resolution

* fix: add new frontmatter and heading props

* test: remark vdata

* fix: spread astro.data.frontmatter

* test deps: mdast-util-to-string, reading-time

* fix: astro-md test package name

* test: md frontmatter injection

* fix: layouts

* deps: remove vite-plugin-utils export

* fix: package lock

* chore: remove dup import

* chore: changeset

* chore: add comment on safelyGetAstroData source

* deps: move mdast-util-to-string + reading-time to test fixture

* chore: move remark plugins to test fixture

* fix: override plugin frontmatter with user frontmatter

* test: md injected frontmatter overrides

* test: frontmatter injection overrides mdx
2022-08-05 18:55:38 -05:00
..
mdx-component/src MDX support (#3706) 2022-06-30 13:09:09 -05:00
mdx-custom-frontmatter-name/src/pages [MDX] Support YAML frontmatter (#3995) 2022-07-20 21:34:21 -04:00
mdx-escape/src Handle edge case in jsx-runtime (#4158) 2022-08-05 10:35:47 -05:00
mdx-frontmatter/src fix missing newline bug in mdx (#4145) 2022-08-04 23:12:07 -07:00
mdx-frontmatter-injection Frontmatter injection for MD and MDX (#4176) 2022-08-05 18:55:38 -05:00
mdx-get-headings/src/pages [MDX] Add getHeadings + generate anchor links (#4095) 2022-08-01 17:23:56 -04:00
mdx-get-static-paths/src Ensure file and url are always present in MDX for Astro.glob (#4076) 2022-07-28 10:58:44 -04:00
mdx-page Load configs with Vite when loading with Proload fails (#4112) 2022-08-02 08:08:28 -04:00
mdx-plus-react Add test for mdx + React usage (#4174) 2022-08-05 17:13:30 -04:00
mdx-rehype-plugins/src/pages Frontmatter injection for MD and MDX (#4176) 2022-08-05 18:55:38 -05:00
mdx-remark-plugins/src/pages Frontmatter injection for MD and MDX (#4176) 2022-08-05 18:55:38 -05:00
mdx-syntax-hightlighting/src/pages [MDX] Add Prism and Shiki support (#4002) 2022-07-21 16:43:58 -04:00
mdx-url-export/src/pages [MDX] Include url in glob result (#3981) 2022-07-20 10:56:32 -04:00