marked/test/specs/redos/cubic_def.cjs
2024-07-14 18:54:46 -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>`,
};