This commit is contained in:
Tony Brix 2019-04-09 10:20:12 -05:00
parent 8da970cd2c
commit c8521e51e1

View File

@ -0,0 +1,4 @@
module.exports = {
markdown: '>'.repeat(5000),
html: '<blockquote>'.repeat(5000) + '</blockquote>'.repeat(5000)
};