marked/test/specs/redos/quadratic_heading.cjs

5 lines
86 B
JavaScript
Raw Normal View History

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