remark-astro-autoimports
lets users define a set of components that can be used in MDX-files
without explicitly being imported.
remark-astro-autoimports
lets users define a set of components that can be used in MDX-files
without explicitly being imported.
remark-astro-frontmatter
lets users define and inject default frontmatter for all MDX-pages in
a directory and its subdirectories, e.g. the layout
property.*
remark-sectionize-headings
wrap headings and the following paragraphs into sections, e.g. to
style them.
remark-astro-autocomponents
lets users define a mapping from standard html elements to JSX
components on a per-directory basis.
* The remark-astro-frontmatter
card uses the override of Card with FancyCard from pages/plugins/_autoimports.ts
. Learn how to use auto-imports.