@cartamd/plugin-anchor
v2.2.0
Published
This plugin adds `id` attributes and permalinks to headings. Install it using:
Maintainers
Readme
Carta Anchor Plugin
This plugin adds id attributes and permalinks to headings. Install it using:
npm i @cartamd/plugin-anchorSetup
Styles
Import the default theme, or create you own:
import '@cartamd/plugin-anchor/default.css';Extension
<script>
import { Carta, MarkdownEditor } from 'carta-md';
import { anchor } from '@cartamd/plugin-anchor';
const carta = new Carta({
extensions: [anchor()]
});
</script>
<MarkdownEditor {carta} />Documentation
Checkout the docs for examples, options and more.
