module.exports = [ { markdown: '['.repeat(100000), html: `

${'['.repeat(100000)}

`, }, { markdown: '[.'.repeat(50000), html: `

${'[.'.repeat(50000)}

`, }, { markdown: '<'.repeat(100000), html: `

${'<'.repeat(100000)}

`, }, { markdown: '<.'.repeat(50000), html: `

${'<.'.repeat(50000)}

`, }, ];