OurBigBook Docs
OurBigBook.com
Site
Source code
marked/test/specs/redos/quadratic_heading.cjs
(root)
/
marked
/
test
/
specs
/
redos
/
quadratic_heading.cjs
marked/test/specs/redos/quadratic_heading.cjs
module.exports = { markdown: `# #${' '.repeat(50000)}a`, html: '<h1># a</h1>', };