OurBigBook logoOurBigBook Docs OurBigBook logoOurBigBook.comSite Source code
marked/test/specs/redos/quadratic_underscores.cjs
module.exports = {
  markdown: `${'_'.repeat(101)} a`,
  html: `<p>${'_'.repeat(101)} a</p>`,
};