0.0.9 • Published 2 months ago

remark-astro-headings v0.0.9

Weekly downloads
-
License
MIT
Repository
github
Last release
2 months ago

= remark-astro-headings

A plugin for extracting headings out of MDX files and adding them to the frontmatter.

== Install

pnpm add remark-astro-headings

== Usage

import { remarkAstroHeadings } from 'remarkAstroHeadings';

export default defineConfig({
    integrations: [
        mdx({
            remarkPlugins: [remarkAstroHeadings],
        }),
    ],
});
0.0.9

2 months ago

0.0.8

2 months ago

0.0.6

2 months ago

0.0.5

2 months ago

0.0.4

2 months ago

0.0.3

2 months ago

0.0.2

2 months ago