1. @bytemd/plugin-footnotes
ByteMD plugin to support footnotes
@bytemd/plugin-footnotes
Package: @bytemd/plugin-footnotes
Created by: bytedance
Last modified: Mon, 04 Apr 2022 21:22:04 GMT
Version: 1.12.4
License: MIT
Downloads: 306
Repository: https://github.com/bytedance/bytemd

Install

npm install @bytemd/plugin-footnotes
yarn add @bytemd/plugin-footnotes

@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

RELATED POST

Enhancing Vue.js Development: Harnessing the Potential of Vue-Loader

Enhancing Vue.js Development: Harnessing the Potential of Vue-Loader

Simplify Data Validation in Vue.js: A Step-by-Step Guide to Using Regex

Simplify Data Validation in Vue.js: A Step-by-Step Guide to Using Regex

Troubleshooting Made Easy: Common Issues and Solutions with vue-loader Without vue-cli

Troubleshooting Made Easy: Common Issues and Solutions with vue-loader Without vue-cli

Optimizing Webpack 4 with Vue CLI 3: Disabling the Cache-Loader

Optimizing Webpack 4 with Vue CLI 3: Disabling the Cache-Loader

Step-by-Step Guide: How to Add a Function to Your Vuex Plugin

Step-by-Step Guide: How to Add a Function to Your Vuex Plugin