@bytemd/plugin-footnotes

ByteMD plugin to support footnotes

Usage no npm install needed!

<script type="module">
  import bytemdPluginFootnotes from 'https://cdn.skypack.dev/@bytemd/plugin-footnotes';
</script>

README

@bytemd/plugin-footnotes

npm

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