@cartamd/plugin-anchor
v2.1.1
Published
This plugin adds `id` attributes and permalinks to headings. Install it using:
Downloads
266
Maintainers
Readme
Carta Anchor Plugin
This plugin adds id
attributes and permalinks to headings. Install it using:
npm i @cartamd/plugin-anchor
Setup
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.