0.0.9 • Published 1 year ago

remark-astro-headings v0.0.9

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year 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

1 year ago

0.0.8

1 year ago

0.0.6

1 year ago

0.0.5

1 year ago

0.0.4

1 year ago

0.0.3

1 year ago

0.0.2

1 year ago