import Bold from "@canner/slate-icon-bold";
- type: Mark type name. Default:
BOLD
import { BoldPlugin } from "@canner/slate-icon-bold";
// this will add render method for this mark, and also support hot key for bold.
const plugins = [BoldPlugin(options)];
CMD+b
- type: Mark type name. Default:
BOLD
- tagName: Rendered tagName in this plugin. Default
<strong/>