marked/test/specs/redos/cubic_def.cjs
Tony Brix c4a3ccd344
Merge pull request from GHSA-rrrm-qjm4-v8hf
* fix: fix reflink redos

Co-authored-by: MakeNowJust <make.just.on@gmail.com>

* fix: fix def redos

Co-authored-by: MakeNowJust <make.just.on@gmail.com>

* fix block label for multiple slashes

Co-authored-by: MakeNowJust <make.just.on@gmail.com>
2022-01-12 19:53:48 -06:00

5 lines
149 B
JavaScript

module.exports = {
markdown: `[x]:${' '.repeat(1500)}x ${' '.repeat(1500)} x`,
html: `<p>[x]:${' '.repeat(1500)}x ${' '.repeat(1500)} x</p>`,
};