UNPKG

slate-edit-code

Version:

A Slate plugin to handle code blocks editing.

7 lines (5 loc) 161 B
import Slate from 'slate'; export default function(plugin, change) { const schema = new Slate.Schema(plugin.schema); return change.normalize(schema); }