mirror of
https://github.com/wekan/wekan.git
synced 2026-01-16 14:35:29 +01:00
4 lines
91 B
JavaScript
4 lines
91 B
JavaScript
module.exports = {
|
|
markdown: 'a'.repeat(50000),
|
|
html: `<p>${'a'.repeat(50000)}</p>`
|
|
};
|