module.exports = { markdown: `a${' '.repeat(50000)}`, html: `

a${' '.repeat(50000)}

` };