UNPKG

slate-edit-code

Version:

A Slate plugin to handle code blocks editing.

6 lines (4 loc) 140 B
export default function(plugin, change) { const newValue = plugin.changes.unwrapCodeBlock(change, 'paragraph'); return newValue; }