@bytemd/plugin-footnotes ByteMD plugin to support footnotes Usage import { Editor } from 'bytemd' import footnotes from '@bytemd/plugin-footnotes' new Editor({ target: document.body, props: { plugins: [ footnotes(), // ... other plugins ], }, }) License MIT