OurBigBook logoOurBigBook Docs OurBigBook logoOurBigBook.comSite Source code
marked/test/specs/redos/quadratic_tilde_paragraph_interrupt.cjs
module.exports = {
  markdown: 'intro\n' + '~'.repeat(50000),
  html: '<p>intro</p>\n<pre><code>\n</code></pre>\n',
};