OurBigBook logoOurBigBook Docs OurBigBook logoOurBigBook.comSite Source code
marked/test/specs/redos/quadratic_link_empty_href.cjs
module.exports = {
  markdown: '[](' + ' '.repeat(50000),
  html: '<p>[](' + ' '.repeat(50000) + '</p>',
};