OurBigBook Docs
OurBigBook.com
Site
Source code
marked/test/specs/redos/cubic_link_title.cjs
(root)
/
marked
/
test
/
specs
/
redos
/
cubic_link_title.cjs
marked/test/specs/redos/cubic_link_title.cjs
module.exports = { markdown: 'a[b](c'.repeat(1000), html: `<p>${'a[b](c'.repeat(1000)}</p>\n`, };