import anchorPlugin from 'markdown-it-anchor'; export type AnchorPluginOptions = anchorPlugin.AnchorOptions; export { anchorPlugin };