quadratic_heading.cjs 86 B

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