mirror of
https://github.com/withastro/astro.git
synced 2024-12-23 21:53:55 -05:00
e2019be6ff
* feat: make user frontmatter accessible in md * test: new frontmatter injection * refactor: move injection utils to remark pkg * fix: add dist/internal to remark exports * feat: update frontmater injection in mdx * tests: new mdx injection * chore: changeset * chore: simplify frontmatter destructuring * fix: remove old _internal references * refactor: injectedFrontmatter -> remarkPluginFrontmatter * docs: add content collections change * chore: changeset heading levels
5 lines
121 B
TypeScript
5 lines
121 B
TypeScript
export {
|
|
InvalidAstroDataError,
|
|
safelyGetAstroData,
|
|
toRemarkInitializeAstroData,
|
|
} from './frontmatter-injection.js';
|