1.0.0 • Published 6 years ago

@wangjianpeng/draft-js-prism-plugin v1.0.0

Weekly downloads
2
License
MIT
Repository
github
Last release
6 years ago

draft-js-prism-plugin

A DraftJS plugin to add syntax highlighting support to your code blocks. Use in combination with draft-js-plugins.

Usage

import Prism from 'prismjs';
import createPrismPlugin from 'draft-js-prism-plugin';

const prismPlugin = createPrismPlugin({
  // Provide your own instance of PrismJS
  prism: Prism
});

License

This code uses the draft-js-prism decorator by @SamyPesse and is based on code extracted from the draft-js-markdown-shortcuts-plugin by @ngs.

Licensed under the MIT License, Copyright ©️ 2017 Space Program Inc. See LICENSE.md for more information.