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