UNPKG

@lyra/block-content-tests

Version:

Tests for shared block content rendering logic

19 lines (18 loc) 356 B
module.exports = { input: [ { _type: 'block', _key: 'bd73ec5f61a1', style: 'normal', markDefs: [], children: [ { _type: 'span', text: 'A paragraph\ncan have hard\n\nbreaks.', marks: [] } ] } ], output: '<p>A paragraph<br/>can have hard<br/><br/>breaks.</p>' }