1.3.0 • Published 3 years ago

@bytemd/plugin-import-html v1.3.0

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

3 years ago

1.1.0

4 years ago

1.0.2

4 years ago

1.0.0

4 years ago

0.2.0

4 years ago

0.1.10

4 years ago

0.1.9

4 years ago

0.1.7

4 years ago