0.1.0 • Published 6 years ago

@bytemd/plugin-html2md v0.1.0

Weekly downloads
-
License
MIT
Repository
-
Last release
6 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

6 years ago