1.3.0 • Published 3 years ago

@bytemd/plugin-external-links v1.3.0

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

@bytemd/plugin-external-links

npm

ByteMD plugin to open external links in new window

Usage

import { Editor } from 'bytemd';
import externalLinks from '@bytemd/plugin-external-links';

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

License

MIT

1.3.0

3 years ago

1.1.0

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.8

4 years ago