Home

Plugins

Available Plugins

remark-astro-autoimports lets users define a set of components that can be used in MDX-files without explicitly being imported.

Read the docs

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.*

Read the docs

remark-sectionize-headings wrap headings and the following paragraphs into sections, e.g. to style them.

Read the docs

remark-astro-autocomponents lets users define a mapping from standard html elements to JSX components on a per-directory basis.

Read the docs

* The remark-astro-frontmatter card uses the override of Card with FancyCard from pages/plugins/_autoimports.ts. Learn how to use auto-imports.