1.3.0 • Published 5 years ago

@bytemd/plugin-import-html v1.3.0

Weekly downloads
3
License
MIT
Repository
github
Last release
5 years ago

@bytemd/plugin-import-html

npm

ByteMD plugin to import HTML by pasting or dropping

Usage

import { Editor } from 'bytemd';
import importHtml from '@bytemd/plugin-import-html';

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

License

MIT

1.3.0

5 years ago

1.1.0

5 years ago

1.0.2

5 years ago

1.0.0

5 years ago

0.2.0

5 years ago

0.1.10

5 years ago

0.1.9

5 years ago

0.1.7

5 years ago