marked/test/specs/redos/quadratic_emstrong_delim.cjs
module.exports = {
markdown: '_'.repeat(10000) + ' a',
html: `<p>${'_'.repeat(10000)} a</p>\n`,
};
module.exports = {
markdown: '_'.repeat(10000) + ' a',
html: `<p>${'_'.repeat(10000)} a</p>\n`,
};