UNPKG

slate-edit-code

Version:

A Slate plugin to handle code blocks editing.

8 lines (5 loc) 160 B
import assert from 'assert'; export default function(plugin, change) { assert.equal(plugin.utils.isInCodeBlock(change.value), true); return change; }