marked/test/specs/redos/quadratic_heading.cjs
2024-07-14 18:54:46 -06:00

5 lines
86 B
JavaScript

module.exports = {
markdown: `# #${' '.repeat(50000)}a`,
html: '<h1># a</h1>',
};