@astrojs/mdx 0.8.2 → 0.8.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.turbo/turbo-build.log +5 -5
- package/CHANGELOG.md +11 -0
- package/dist/astro-data-utils.js +35 -0
- package/dist/index.js +1 -14
- package/package.json +3 -3
- package/src/astro-data-utils.ts +36 -0
- package/src/index.ts +1 -10
- package/test/fixtures/mdx-frontmatter-injection/node_modules/.bin/astro +2 -2
- package/test/fixtures/mdx-frontmatter-injection/src/layouts/Base.astro +17 -0
- package/test/fixtures/mdx-frontmatter-injection/src/pages/page-1.mdx +4 -0
- package/test/fixtures/mdx-frontmatter-injection/src/pages/page-2.mdx +4 -0
- package/test/fixtures/mdx-page/node_modules/.bin/astro +2 -2
- package/test/fixtures/mdx-plus-react/node_modules/.bin/astro +2 -2
- package/test/mdx-frontmatter-injection.test.js +12 -0
- package/test/fixtures/mdx-component/dist/index.html +0 -3
- package/test/fixtures/mdx-component/node_modules/.vite/deps_temp/package.json +0 -1
- package/test/fixtures/mdx-custom-frontmatter-name/dist/glob.json +0 -1
- package/test/fixtures/mdx-custom-frontmatter-name/dist/index.html +0 -1
- package/test/fixtures/mdx-custom-frontmatter-name/node_modules/.vite/deps_temp/package.json +0 -1
- package/test/fixtures/mdx-frontmatter/dist/glob.json +0 -1
- package/test/fixtures/mdx-frontmatter/dist/index.html +0 -17
- package/test/fixtures/mdx-frontmatter/dist/with-headings/index.html +0 -18
- package/test/fixtures/mdx-frontmatter/node_modules/.vite/deps_temp/package.json +0 -1
- package/test/fixtures/mdx-get-headings/dist/pages.json +0 -1
- package/test/fixtures/mdx-get-headings/dist/test/index.html +0 -5
- package/test/fixtures/mdx-get-headings/dist/test-with-jsx-expressions/index.html +0 -3
- package/test/fixtures/mdx-get-headings/node_modules/.vite/deps_temp/package.json +0 -1
- package/test/fixtures/mdx-get-static-paths/dist/one/index.html +0 -13
- package/test/fixtures/mdx-page/dist/index.html +0 -1
- package/test/fixtures/mdx-page/node_modules/.vite/deps_temp/package.json +0 -1
- package/test/fixtures/mdx-plus-react/dist/client.0d691cb3.js +0 -32
- package/test/fixtures/mdx-plus-react/dist/index.html +0 -8
- package/test/fixtures/mdx-plus-react/node_modules/.vite/deps_temp/@astrojs_react_client__js.js +0 -95
- package/test/fixtures/mdx-plus-react/node_modules/.vite/deps_temp/@astrojs_react_client__js.js.map +0 -7
- package/test/fixtures/mdx-plus-react/node_modules/.vite/deps_temp/_metadata.json +0 -47
- package/test/fixtures/mdx-plus-react/node_modules/.vite/deps_temp/chunk-CDYRCHBX.js +0 -7480
- package/test/fixtures/mdx-plus-react/node_modules/.vite/deps_temp/chunk-CDYRCHBX.js.map +0 -7
- package/test/fixtures/mdx-plus-react/node_modules/.vite/deps_temp/chunk-RRXZ3AUC.js +0 -326
- package/test/fixtures/mdx-plus-react/node_modules/.vite/deps_temp/chunk-RRXZ3AUC.js.map +0 -7
- package/test/fixtures/mdx-plus-react/node_modules/.vite/deps_temp/chunk-TWLJ45QX.js +0 -27
- package/test/fixtures/mdx-plus-react/node_modules/.vite/deps_temp/chunk-TWLJ45QX.js.map +0 -7
- package/test/fixtures/mdx-plus-react/node_modules/.vite/deps_temp/package.json +0 -1
- package/test/fixtures/mdx-plus-react/node_modules/.vite/deps_temp/react-dom.js +0 -12
- package/test/fixtures/mdx-plus-react/node_modules/.vite/deps_temp/react-dom.js.map +0 -7
- package/test/fixtures/mdx-plus-react/node_modules/.vite/deps_temp/react.js +0 -11
- package/test/fixtures/mdx-plus-react/node_modules/.vite/deps_temp/react.js.map +0 -7
- package/test/fixtures/mdx-plus-react/node_modules/.vite/deps_temp/react_jsx-dev-runtime.js +0 -41
- package/test/fixtures/mdx-plus-react/node_modules/.vite/deps_temp/react_jsx-dev-runtime.js.map +0 -7
- package/test/fixtures/mdx-plus-react/node_modules/.vite/deps_temp/react_jsx-runtime.js +0 -62
- package/test/fixtures/mdx-plus-react/node_modules/.vite/deps_temp/react_jsx-runtime.js.map +0 -7
- package/test/fixtures/mdx-rehype-plugins/dist/reading-time.json +0 -1
- package/test/fixtures/mdx-rehype-plugins/dist/space-ipsum/index.html +0 -13
- package/test/fixtures/mdx-rehype-plugins/node_modules/.vite/deps_temp/package.json +0 -1
- package/test/fixtures/mdx-remark-plugins/dist/with-gfm/index.html +0 -2
- package/test/fixtures/mdx-remark-plugins/dist/with-toc/index.html +0 -22
- package/test/fixtures/mdx-remark-plugins/node_modules/.vite/deps_temp/package.json +0 -1
- package/test/fixtures/mdx-syntax-hightlighting/dist/index.html +0 -6
- package/test/fixtures/mdx-syntax-hightlighting/node_modules/.vite/deps_temp/package.json +0 -1
- package/test/fixtures/mdx-url-export/dist/pages.json +0 -1
- package/test/fixtures/mdx-url-export/dist/test-1/index.html +0 -1
- package/test/fixtures/mdx-url-export/dist/test-2/index.html +0 -1
- package/test/fixtures/mdx-url-export/dist/with-url-override/index.html +0 -1
- package/test/fixtures/mdx-url-export/node_modules/.vite/deps_temp/package.json +0 -1
- package/test/fixtures/node_modules/.vite/deps_temp/package.json +0 -1
There are too many changes on this page to be displayed.
The amount of changes on this page would crash your brower.
You can still verify the content by downloading the package file manually.