@wangjianpeng/draft-js-prism-plugin

1.0.0 • Public • Published

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.

Readme

Keywords

none

Package Sidebar

Install

npm i @wangjianpeng/draft-js-prism-plugin

Weekly Downloads

1

Version

1.0.0

License

MIT

Last publish

Collaborators

  • wangjianpeng