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