This plugin adds `id` attributes and permalinks to headings. Install it using:
npm install @cartamd/plugin-anchorThis plugin adds id attributes and permalinks to headings. Install it using:
```
npm i @cartamd/plugin-anchor
Import the default theme, or create you own:
`ts`
import '@cartamd/plugin-anchor/default.css';
`svelte
``
Checkout the docs for examples, options and more.