1.5.0 • Published 5 years ago

@tracoco/slate-icon-code v1.5.0

Weekly downloads
-
License
MIT
Repository
-
Last release
5 years ago

@tracoco/slate-icon-code

npm version

Icon

import Code from "@tracoco/slate-icon-code";

Props

  • type: Mark type name. Default: CODE

Plugin

import { CodePlugin } from "@tracoco/slate-icon-code";

// this will add render method for this mark, and also support hot key for bold.
const plugins = [CodePlugin(options)];

Hot key

CMD+`

Options

  • type: Mark type name. Default: CODE
  • tagName: Rendered tagName in this plugin. Default <code/>