1. @bytemd/plugin-gfm
ByteMD plugin to support GFM (autolink literals, strikethrough, tables, tasklists)
@bytemd/plugin-gfm
Package: @bytemd/plugin-gfm
Created by: bytedance
Last modified: Thu, 30 Mar 2023 11:42:17 GMT
Version: 1.21.0
License: MIT
Downloads: 5,780
Repository: https://github.com/bytedance/bytemd

Install

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

@bytemd/plugin-gfm

npm

ByteMD plugin to support GFM (autolink literals, strikethrough, tables, tasklists)

Usage

 import gfm from '@bytemd/plugin-gfm'
import { Editor } from 'bytemd'

new Editor({
  target: document.body,
  props: {
    plugins: [
      gfm(),
      // ... other plugins
    ],
  },
})

License

MIT

Dependencies

Dependencies

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