UNPKG

108 BJavaScriptView Raw
1export default function(plugin, change) {
2 return plugin.changes.toggleCodeBlock(change, 'paragraph');
3}