0.8.2 โ€ข Published 1 year ago

@islands/headings v0.8.2

Weekly downloads
-
License
-
Repository
github
Last release
1 year ago

An รฎles module that injects a rehype plugin to parse headings in MDX documents:

  • ๐Ÿ”— adds an id to headings and injects an anchor tag to link them

  • ๐Ÿท automatically extracts the title from an <h1> and sets frontmatter.title

  • ๐Ÿ“– sets meta.headings to enable rendering sidebars and table of contents

Usage ๐Ÿš€

// iles.config.ts
import { defineConfig } from 'iles'

export default defineConfig({
  modules: [
    '@islands/headings',
  ],
})
0.8.2

1 year ago

0.8.1

2 years ago

0.8.0

2 years ago

0.1.2

2 years ago

0.1.1

3 years ago

0.1.0

3 years ago