0.1.0 • Published 4 years ago

@bytemd/plugin-html2md v0.1.0

Weekly downloads
-
License
MIT
Repository
-
Last release
4 years ago

@bytemd/plugin-html2md

npm

ByteMD plugin to convert copied HTML to Markdown

Usage

import { Editor } from 'bytemd';
import html2Md from '@bytemd/plugin-html2md';

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

License

MIT

0.1.0

4 years ago