marked/test/specs/redos/quadratic_heading.cjs
Tony Brix 22ebdb2507
fix: remove deprecated options (#2936)
BREAKING CHANGE: deprecated options removed. See https://marked.js.org/using_advanced#options to see how to enable the removed options with extensions.
2023-09-02 22:02:24 -06:00

5 lines
85 B
JavaScript

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